Boost logo

Boost Users :

Subject: [Boost-users] Turn off versioning in Serialization
From: Brian Nantz (brian_at_[hidden])
Date: 2008-11-10 15:30:25


I am using serialization split member (save & load) and it works great. I am using a text archive, but I do not want the framework to put the "version header" in the string (e.g. 22 serialization::archive 4 1303 ). I want to simply serialize the string and handle the versioning myself in the load function. Is there a way to turn this off?

If not, where can I find detailed documentation on implementing a custom archive or build in another type of serialization (other than binary and xml nvp)? I have looked through mailing lists and documentation but I don't see a detailed description of how to extend the design.

Brian


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net