$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using boost::serialization in real-time withoutallocating memory
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-09-17 12:33:26
Peter Soetens wrote:
> I might do what you suggest or look for another serialization
> solution.
Given the limited scope of what you want to do, it wouldn't be THAT hard to
make your own archive. Take a look at "trivial_archive" in the
documentation and build from that.
>
> Peter