Definitions for "Unmarshal"
Keywords:  marshal, ncs, stubs, gloss, schema
The reverse of marshalling; the process of reading an XML document and constructing a tree of content objects. Each content object corresponds directly to an instance in the input document of the corresponding schema component, and the content tree represents the document's content and structure as a whole. Figure Gloss-2: Unmarshalling XML documents Back
In NCS, to copy data from a Remote Procedure Call packet. Stubs perform unmarshalling. Contrast with marshal.