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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
