Merge Android 14 QPR2 to AOSP main

Bug: 319669529
Merged-In: I4272b1484db212d4f38a1c6ce9f14039f3b39839
Change-Id: I01db6da8ed1cfbbc05b06dae21f20f4537b30bb4
tree: 1fcc48de7fc519d63762fff5db89bbdd6ad6f965
  1. .bazelci/
  2. .github/
  3. android/
  4. bazel/
  5. benchmarks/
  6. CMake/
  7. conan/
  8. dart/
  9. docs/
  10. go/
  11. grpc/
  12. include/
  13. java/
  14. js/
  15. kotlin/
  16. lobster/
  17. lua/
  18. mjs/
  19. net/
  20. php/
  21. python/
  22. reflection/
  23. rust/
  24. samples/
  25. scripts/
  26. snap/
  27. src/
  28. swift/
  29. tests/
  30. ts/
  31. .clang-format
  32. .editorconfig
  33. .eslintrc.js
  34. .gitattributes
  35. .gitignore
  36. .travis.yml
  37. Android.bp
  38. BUILD.bazel
  39. build_defs.bzl
  40. CHANGELOG.md
  41. CMakeLists.txt
  42. composer.json
  43. conanfile.py
  44. CONTRIBUTING.md
  45. Formatters.md
  46. LICENSE
  47. LICENSE.txt
  48. METADATA
  49. MODULE_LICENSE_APACHE2
  50. OWNERS
  51. package.json
  52. pom.xml
  53. README.android
  54. readme.md
  55. SECURITY.md
  56. swift.swiftformat
  57. TEST_MAPPING
  58. tsconfig.json
  59. tsconfig.mjs.json
  60. typescript.bzl
  61. WORKSPACE
  62. yarn.lock
readme.md

logo FlatBuffers

Build status Fuzzing Status OpenSSF Scorecard Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow 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
  • Swift
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Security

Please see our Security Policy for reporting vulnerabilities.

Licensing

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