[Development] QtCS 2018 - Serialisation session notes
Bogdan Vatra
bogdan.vatra at kdab.com
Wed Jun 13 13:40:43 CEST 2018
Hi,
>
> === Protobuf ===
>
> * Need volunteers to write a Proof of Concept
> ** plugin to protoc?
IMHO flatbuffers (https://google.github.io/flatbuffers/) has quite a few
advantages over protocol buffers (one that I really like is that the only
dependency your app has is a single .h file, which makes it very portable).
Here https://github.com/bog-dan-ro/flatbuffers I have an old fork that adds Qt
support to flatbuffers.
The only disadvantage that I found is that the maintainer was a little bit
difficult to work with :).
Cheers,
BogDan.
More information about the Development
mailing list