$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.