
1 Sep
2008
1 Sep
'08
3:08 a.m.
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