On Thu, Feb 5, 2009 at 2:53 PM, Damien Hocking <damien@khubla.com> wrote:
The extra headers from Boost::serialisation are consistent and are well-formed XML.  Couldn't you write some code to strip that out at the end?

Damien

I could... But that seems inefficient. I'd rather just have it work the way I want in the first place. If it comes down to that, I'll probably use something other than Boost.Serialize to do this.

Thanks