Serializing Object Graphs as XML
Learn about object graph serialization, enabling the conversion of live object graphs to and from bytes for storage and retrieval.
An object graph is multiple objects related to each other either through a direct reference or indirectly through a chain of references.
Serialization
Serialization converts a live object graph into a sequence of bytes using a specified format. Deserialization is the reverse process.
Get hands-on with 1400+ tech skills courses.