$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] TCP boost server, but non-boost client
From: G, Benjamin (NSN - IN/Bangalore) (benjamin.g_at_[hidden])
Date: 2009-10-14 00:56:03
Hi,
I have a server which provides configuration to different clients.
This server uses boost's serialization to serialize the C++
configuration objects.
Some of my clients don't want to use boost for the (de-)serialization
work.
Will this cause any issues? Can any client deserialize the data
serialized by a boost-using entity?
What are the things that I need to take care of?
I did read somewhere that boost serialization should be portable (I
wonder if it means the same).
All help appreciated.
Regards,
- Ben