[xsd-users] Multiple Serialization Library

Boris Kolpackov boris at codesynthesis.com
Mon Apr 21 06:08:19 EDT 2008


Hi Shiva,

Balasubramanyam, Shivakumar <sbalasub at qualcomm.com> writes:

> For example, I want to have XML and Boost Serialization. Is this
> possible?

Yes it is possible, though the code supporting XML and Boost
serialization will be in the same source files (in other words
you won't be able to have the object model in one library, XML
serialization in another, and Boost serialization in yet another).

You can also have several binary formats (e.g., Boost and XDR)
available at the same time. For that simply repeat the
--generate-{insertion,extraction} options for each stream type.

Boris




More information about the xsd-users mailing list