TOC PREV NEXT INDEX


Generated C Encode/Decode Functions


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.

Copyright © Objective Systems 2002-2008
This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included.

Objective Systems, Inc.

55 Dowlin Forge Road
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com

TOC PREV NEXT INDEX