|
Boost Users : |
From: Matthias Troyer (troyer_at_[hidden])
Date: 2008-05-12 11:00:15
On 12 May 2008, at 01:20, Victor Whiskey Yankee wrote:
> Hello,
>
> I need to serialize into and from a memory buffer using
> boost::archive::binary_oarchive and binary_iarchive.
>
> Using std::stringstream does not work (it does work with text_oarchive
> and text_iarchive in memory and using files).
>
> I found a mention in the archives about similar need here:
> http://lists.boost.org/boost-users/2007/10/31580.php
>
> But I cannot figure it out.
Have you tried using the Boost IO Stream library to create a stream
that buffers in memory and use that with a binary archive?
Matthias
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