What would be a possible approach to save the data without 'relying on the platform specific bit representation of primitive data types' as you put it? I can not save the data as plain ascii text, because the files would simply be huge (the're already big as they are). Is there some more intelligent solution? I'm not a software engineer, so I'd be happy to hear what is the common practice here.On 2015-12-08 22:48, Maarten de Vries wrote:Of course, not relying on the platform specific bit representation of
primitive data types when serializing data is a much better idea.
-- Maarten
Martin