$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vjekoslav Brajkovic (balkan_at_[hidden])
Date: 2008-08-31 23:08:09
On Sun, 31 Aug 2008, jotalo jotalo wrote:
>
> Hi,
> I use the Bost serialization library to serialize some classes that I put in a char* variable ...
> I have a Server which publish this char* variable and Clients get this variable and de-serialize it to obtain the original class...
You might wanna at look Boost Asio serialization examples.
http://www.boost.org/doc/libs/1_36_0/doc/html/boost_asio/examples.html
-V