2 Dec
2005
2 Dec
'05
7:38 p.m.
At 5:54 PM +0000 12/2/05, Chris . wrote:
Hi, the serialization library is almost what im after. My only problem is that in the archive output additional data is added to the start of the archive (for example "22 serialization::archive" for text files). Is there any way of disabling this? In my case, I require a pure binary archive.
Use the boost::archive::no_header flag. You might also want to consider the boost::archive::no_codecvt flag. These flags are passed as an argument to the archive constructor.