$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-23 09:16:31
How can I store raw binary data with the serialization library? I have a class
which keeps an int* pointer and the size of the pointed data, and I'd like to
make it serializable. There's
void write_binary(const void *address, size_t count)
method in archieve implementation, but it's only mentined in docs as member of
some class and I could not find any description about what it does.
- Volodya