Refresher/XML/Serialization

Presentation

 
Basic Concepts
 
Serialization
 
Topic 3
 
List of Topics
   
 
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
 
Topic 3
 
 Binary serialization: serializing an object in binay format -- entire object state is saved and instance identity is preserved
 
 
 Deserialization: reverse of serialization
 
 
 marshalling (similar to serialization): the process of transforming the memory representation of an object to a data format suitable for storage or transmission
 
 
 serialization: converting a data structure into a format that can be stored and "resurrected" later
 
 
 Unmarshalling: reverse of marshalling and similar to deserialization
 
 
 XML serialization: serializing an object into an XML file