Table of Contents
XBinder generates C encode functions to transform data from a populated C structure into an XML message instance. This process is known as marshalling or serialization in similar products. It generates decode functions to parse data from an XML message instance and store the data in a variable of the generated C structure. This is known as unmarshalling or deserialization in other applications.
The following sections describe procedures for using the XBinder generated functions to encode and decode XML data.