Boost logo

Boost Users :

From: Kim Barrett (kab_at_[hidden])
Date: 2005-12-02 14:38:52


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.


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