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