Revert "Upgrade flatbuffers to v1.12.0"

Revert "Fix the API for new flatbuffer"

Revert submission 1258647-flatbuffer

Reason for revert: It broke ab/androidx-master-dev
Reverted Changes:
Ia8bdf90e3:Fix the API for new flatbuffer
Iae8aa73e8:Upgrade flatbuffers to v1.12.0

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