FlatBuffers
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |released=2014<ref>First public commits of https://github.com/google/flatbuffers</ref> |extensions={{ext|fbs}} }} ''...") |
(Added Category:Google) |
||
Line 15: | Line 15: | ||
== References == | == References == | ||
<references /> | <references /> | ||
+ | |||
+ | [[Category:Google]] |
Revision as of 01:40, 10 June 2019
FlatBuffers is a serialization format meant for networked computer games. To this end, emphasis in its design is put on fast decoding, in a way largely identical to Cap'n Proto and Simple Binary Encoding. Its schema files use the extension .fbs.[2]
Links
References
- ↑ First public commits of https://github.com/google/flatbuffers
- ↑ ttp://google.github.io/flatbuffers/flatbuffers_guide_writing_schema.html