Did you possibly mean one of these? demoralize, serialize
Definitions
Wiktionary
- v. transitive (computing) To parse (serialized data) so as to reconstruct the original object.
Examples
“To deserialize an xml serialized object you created you simply call the deserialize method passing it the stream that reads from the xml document.”
“I have a deep data structure and I just want to be able to deserialize this from a file.”
CPAN module that WANTS to be used by ME « everything e-diotic
“When the formatters were serializing an object graph, they'd search in their "surrogate chain" to see if any surrogate was present to deal with each type in the graph; if this was the case, then it would use the surrogate to serialize / deserialize the objects instead of the object itself.”
“Use InvariantCulture to deserialize the XML data into the date time object.”
“We can even map those non-strings parameters as JSON strings, since the JSON deserializer used by WCF is smart enough to deserialize JSON strings representing numbers or bools into the appropriate type.”
“If you serialize an instance of a type, add a new field to the type, and then try to deserialize the object that did not contain the new field, the formatter throws a”
“When this method is called, all the serializable fields will be set correctly, and they may be accessed to perform any additional work that would be necessary to fully deserialize the object.”
“Similarly, when you deserialize a set of objects, the formatter calls all of the objects' methods that are attribute, then it deserializes all of the object's fields, and then it calls all of the objects' methods marked with the Note also that during deserialization, when a formatter sees a type offering a method marked with the OnDeserialized attribute, the formatter adds this object's reference to an internal list.”
“When this method is called, all the serializable fields will be set correctly and they may be accessed to perform any additional work that would be necessary to fully deserialize the object.”
“The load completed and asked the DataLoader to deserialize the value”
Lists
‘deserialize’ hasn't been added to any lists yet.
Tweets
Looking for tweets for deserialize.

Comments
No comments yet...
Log in or sign up to get involved in the conversation. It's quick and easy.