Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk