Definitions

from Wiktionary, Creative Commons Attribution/Share-Alike License.

  • verb transitive (computing) To parse (serialized data) so as to reconstruct the original object.

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word deserialize.

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.

    The Code Project Latest Articles Mikael Sundfors 2008

  • I have a deep data structure and I just want to be able to deserialize this from a file.

    October « 2009 « everything e-diotic 2009

  • I have a deep data structure and I just want to be able to deserialize this from a file.

    07 « October « 2009 « everything e-diotic 2009

  • 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 2009

  • 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

    Site Home Devon Musgrave 2011

  • 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.

    Site Home Devon Musgrave 2011

  • 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.

    Site Home CarlosFigueira 2011

  • 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.

    Site Home Devon Musgrave 2011

  • Use InvariantCulture to deserialize the XML data into the date time object.

    Site Home Gautam Goenka [MSFT] 2011

  • 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.

    Site Home CarlosFigueira 2012

Comments

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