$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost serialization- handle endianness
From: ohad barta (sohadb1357_at_[hidden])
Date: 2011-10-21 16:43:57
Hi
I am serializing my data in a one computer, transfer it to another computer
and desirialize the data there,.Does the data can get messed because of the
2 endian option, or is boost lobrary take care of it automatically?
If I do need to handle this myself, are there any functions/MACROS in the
boost serialization library that will help me?
Many Thanks
Ohad Barta