Object to File (XML, JSON) - Marshalling

Data System Architecture

About

Marshalling is the inverse of unmarshalling, i.e., it is the serialization process of traversing a content tree and writing an XML document that reflects the tree’s content. Validation can optionally be enabled as part of the marshalling process.





Discover More
Data System Architecture
File (XML, JSON) to Object - Unmarshalling

Unmarshalling is a serialization process of reading a document (XML, JSON) and constructing a tree of content objects. Each content object is an instance of either a schema derived or an existing program...
Data System Architecture
Language - Serialization/Deserialization (Data Storage Structure) - Encoding/Decoding - Codec

Serialization is the process of converting a variable (object,...) state into a format/structure that can be: stored or send through a transfer protocol (encoding) Example: Storage: Xml Text...



Share this page:
Follow us:
Task Runner