Refresher/XML/Serialization

From Wikiversity
Jump to navigation Jump to search

Presentation

Basic Concepts
Basic Concepts
Serialization
Topic 3
Topic 3
List of Topics
List of Topics
   
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
Topic 3
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
 
Mobile version