Upgrade flatbuffers to b2ce86ef8aef9a9caa8bcc99e54591b92d7b2426
am: 6b23ef32f8

Change-Id: I7fed9b10245b7236f3c2eadb3310f8890993527f
tree: dbe58d4c9db035883086610f78fcb48986e0b952
  1. .appveyor/
  2. .bazelci/
  3. .github/
  4. .travis/
  5. android/
  6. CMake/
  7. conan/
  8. dart/
  9. docs/
  10. go/
  11. grpc/
  12. include/
  13. java/
  14. js/
  15. lobster/
  16. lua/
  17. net/
  18. php/
  19. python/
  20. reflection/
  21. rust/
  22. samples/
  23. src/
  24. tests/
  25. .clang-format
  26. .editorconfig
  27. .gitattributes
  28. .gitignore
  29. .travis.yml
  30. Android.bp
  31. Android.mk
  32. appveyor.yml
  33. BUILD
  34. build_defs.bzl
  35. CMakeLists.txt
  36. composer.json
  37. conanfile.py
  38. CONTRIBUTING.md
  39. LICENSE
  40. LICENSE.txt
  41. METADATA
  42. MODULE_LICENSE_APACHE2
  43. NOTICE
  44. OWNERS
  45. package.json
  46. pom.xml
  47. README.android
  48. readme.md
  49. WORKSPACE
readme.md

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

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.