[xsd-users] Multiple Serialization Library

Balasubramanyam, Shivakumar sbalasub at qualcomm.com
Mon Apr 21 11:39:23 EDT 2008


Boris,

For now, that should be great.

I have a number of users requesting for the separation of these modules.
I know we have discussed this before and hope we can get it sometime in
the near future :-)

On a separate note, is there a link to indicate what features you have
in store for future releases?

Are you planning to use C++ 0x features on the generated code?

Thanks,
Shiva

-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Sent: Monday, April 21, 2008 3:08 AM
To: Balasubramanyam, Shivakumar
Cc: xsd-users at codesynthesis.com
Subject: Re: [xsd-users] Multiple Serialization Library

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