From: Jeff Garland (jeff_at_[hidden])
Date: 2005-12-10 18:27:33


Reece Dunn wrote:
> Also, what would be interesting is an asynchronous serialisation archive
> so you can serialise/deserialise classes across a network like you can
> in Java.
>
There is an example that uses boost.serialization in conjunction with
asio to facilitate client/server data communications:

http://asio.sourceforge.net/boost-asio-proposal-0.3.6/libs/asio/doc/examples/index.html

The core of the code using serialization is here:

http://asio.sourceforge.net/boost-asio-proposal-0.3.6/libs/asio/doc/examples/a00276.html

Jeff