aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2017-08-07 14:53:54 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2017-08-07 14:53:54 -0700
commit8a2cc7cc4ebef69d455c6fe4e14399eb51033c5e (patch)
treef38fc1c15e3cca5dc17aa46651b6b8abad1b3c61 /docs
parenta64d968473689336c41db59e9316647b0d19a762 (diff)
downloadflatbuffers-8a2cc7cc4ebef69d455c6fe4e14399eb51033c5e.tar.gz
Linked to Mikkel's binary format documentation.
Change-Id: I5054e37833d59bbe925cac2000a453fbee8ef54b
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/source/Internals.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/Internals.md b/docs/source/Internals.md
index de7a07e6..8d3f15df 100755
--- a/docs/source/Internals.md
+++ b/docs/source/Internals.md
@@ -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.
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
The [schema-less](@ref flexbuffers) version of FlatBuffers have their