mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Juan Cruz Viotti 4aff1198dd
Explain how FlatBuffers encodes unions (#6414)
This is an attempt to explain how FlatBuffers encodes union types as an
extra section in the "FlatBuffers internals" document.

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
2021-01-21 16:07:34 -08:00
.appveyor
.bazelci
.github [TS/JS] New gen TS code gen prequel to preserve history (#6404) 2021-01-14 11:34:44 -08:00
.travis [CI] Adds formatter to CI (#6272) 2020-12-11 10:46:10 -08:00
android Fix multiple fbs code generation failure (#6365) 2021-01-04 13:29:32 -08:00
bazel
CMake Version message should be a "STATUS" to avoid going to stderr. (#6316) 2020-12-07 11:50:29 -08:00
conan
dart dart Builder - expose finished buffer size (#6403) 2021-01-21 16:06:11 -08:00
docs Explain how FlatBuffers encodes unions (#6414) 2021-01-21 16:07:34 -08:00
go Support size-prefixed buffers and add tests for size-prefixed messages (#6232) 2020-11-05 11:23:56 -08:00
grpc [Swift] Adds a format file and reformats the swift project (#6250) 2020-11-16 19:52:38 +03:00
include/flatbuffers [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
java/com/google/flatbuffers
js
lobster
lua
mjs
net/FlatBuffers
php
python Add vectorNumElements attribute to Builder for simpler vector creation. (#6328) 2020-12-14 12:00:28 -08:00
reflection
rust Upgrade Rust dependencies (#6406) 2021-01-19 13:39:29 -05:00
samples Fix Rust UB problems (#6393) 2021-01-11 15:24:52 -05:00
snap
src [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
swift Updates license date to 2021 (#6378) 2021-01-02 11:46:46 +03:00
tests [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
ts [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore [C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284) 2020-11-23 10:17:44 -08:00
.travis.yml [CI] Adds formatter to CI (#6272) 2020-12-11 10:46:10 -08:00
appveyor.yml [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
BUILD
build_defs.bzl
CMakeLists.txt [TS/JS] New gen TS code gen prequel to preserve history (#6404) 2021-01-14 11:34:44 -08:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md [CI] Adds formatter to CI (#6272) 2020-12-11 10:46:10 -08:00
LICENSE.txt
package.json [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
pom.xml
readme.md
swift.swiftformat [Swift] Adds a format file and reformats the swift project (#6250) 2020-11-16 19:52:38 +03:00
tsconfig.json
tsconfig.mjs.json
WORKSPACE Bump version of rules_go to 0.24.5 (#6234) 2020-11-12 10:04:34 -08:00

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.