On Thursday, 26 April 2018 07:23:26 PDT Jason H wrote: > Again, I mention Google Protobuf, why don't we add Google Protobuf support > to Qt?
Does Protobuf has code to send QStrings and QVariant? No? Then it doesn't add more value than any other marshalling format out there that doesn't support Qt. QDataStream's unique value is that it can send almost all Qt types by itself. If we're going to take a protocol that doesn't support Qt types yet, the current decision is made: it's CBOR. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
