24 Jan
2019
24 Jan
'19
2:45 a.m.
On 1/23/19 12:19 AM, Simon Giddings via Boost-users wrote:
We have already taken into account the problem of pointers and also endian ordering. When doing a hex dump of the files produced under unix and one produced under android, using the same data content, we have noticed that there are byte differences. So, other than doing a "memory dump", is it possible to get Boost to serialise the data out to disk ?
This is the purpose of the Boost Serialization library. I'm quite sure it (or likely any serialization library) would be quite suitable for for addressing this problem. Robert Ramey