summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/binary/README
blob: 365551e1e9b59ddf47e140aaad56ed72c190bde7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This directory contains a number of examples that show how to serialize
the object model into a number of predefined and custom binary formats.
The following list gives an overview of each example:

boost
  Shows how to save/load the object model to/from a custom format
  using the Boost serialization library as an example.

cdr
  Shows how to save/load the object model to/from CDR (Common Data
  Representation) binary format using ACE CDR streams.

xdr
  Shows how to save/load the object model to/from XDR (eXternal Data
  Representation) binary format using the XDR API provided as part of
  Sun RPC.