[Development] QDataStream: blackbox or document all versions?
Ulf Hermann
ulf.hermann at qt.io
Mon Sep 26 10:54:30 CEST 2016
On 09/26/2016 10:40 AM, Michael Winkelmann wrote:
> I think what Qt is lacking is a good serialization module like cereal or
> boost serialization.
> With this pattern, QDataStream would be just another archive format,
> like JSON or XML.
> Cereal has portable and unportable binary for endianness.
Btw, QDataStream has a method setByteOrder(). Big endian is just the default.
regards,
Ulf
More information about the Development
mailing list