Linked to Mikkel's binary format documentation.

Change-Id: I5054e37833d59bbe925cac2000a453fbee8ef54b
This commit is contained in:
Wouter van Oortmerssen 2017-08-07 14:53:54 -07:00
parent a64d968473
commit 8a2cc7cc4e
1 changed files with 6 additions and 0 deletions

View File

@ -292,6 +292,12 @@ flexibility in which of the children of root object to write first (though in
this case there's only one string), and what order to write the fields in. this case there's only one string), and what order to write the fields in.
Different orders may also cause different alignments to happen. Different orders may also cause different alignments to happen.
### Additional reading.
The author of the C language implementation has made a similar
[document](https://github.com/dvidelabs/flatcc/blob/master/doc/binary-format.md#flatbuffers-binary-format)
that may further help clarify the format.
# FlexBuffers # FlexBuffers
The [schema-less](@ref flexbuffers) version of FlatBuffers have their The [schema-less](@ref flexbuffers) version of FlatBuffers have their