FlatBuffers …is an efficient cross platform serialization library …
Why use FlatBuffers?
- Access to serialized data without parsing/unpacking
- Memory efficiency and speed –
- Strongly typed
- Convenient to use
- Cross platform code with no dependencies
FlatBuffers …is an efficient cross platform serialization library …
Why use FlatBuffers?
- Access to serialized data without parsing/unpacking
- Memory efficiency and speed –
- Strongly typed
- Convenient to use
- Cross platform code with no dependencies