boost serialization- handle endianness

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

ohad barta wrote:
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
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
You can use the text and xml based archives with no problem. The binary archives are not machine portable. This is described in the documentation. Robert Ramey
participants (2)
-
ohad barta
-
Robert Ramey