Android 12.0.0 release 27
[automerger skipped] Mark ab/7061308 as merged in stage. am: 8645f13d23 -s ours am: 7081f140f3 -s ours

am skip reason: Change-Id Ia85137120a02a35eb7f9d531b3c35ccccd6a423d with SHA-1 aeb9d0b6ac is in history

Original change: undetermined

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I435a56cd7b884bf8ef7df246c7f7a3aea91d709f
tree: 5a7f4b1493dee8569a2464fa4b40670fb61ec610
  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. snap/
  24. src/
  25. swift/
  26. tests/
  27. .clang-format
  28. .editorconfig
  29. .gitattributes
  30. .gitignore
  31. .travis.yml
  32. Android.bp
  33. Android.mk
  34. appveyor.yml
  35. BUILD
  36. build_defs.bzl
  37. CMakeLists.txt
  38. composer.json
  39. conanfile.py
  40. CONTRIBUTING.md
  41. LICENSE
  42. LICENSE.txt
  43. METADATA
  44. MODULE_LICENSE_APACHE2
  45. OWNERS
  46. package.json
  47. pom.xml
  48. README.android
  49. readme.md
  50. TEST_MAPPING
  51. WORKSPACE
readme.md

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.