File (XML, JSON) to Object - Unmarshalling

Data System Architecture

About

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 element mapped by the schema generator and corresponds to an instance in the (XML|JSON) document.

Validation can optionally be enabled as part of the unmarshalling process.

Se also : Object to File (XML, JSON) - Marshalling





Discover More
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...
Data System Architecture
Object to File (XML, JSON) - Marshalling

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



Share this page:
Follow us:
Task Runner