mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Ivan Dlugos 4e3a66c141
Dart object API (#6682)
* dart test scripts - generate with `--gen-object-api`

* Dart object API, pack and unpack methods (WIP)

* Dart flatc - extract Builder code to separate functions to reuse it in Pack()

* Dart flatc - use builder field-building implementation in pack()

* Dart flatc - add pack() as an intance method of the "T" class

* Dart object API - make inner fields unpacked as well

* Dart object API - use pack() when collecting field offsets

* Dart object API - use packOnce() for fields that are structs or vectors of structs

* Dart object API - remove obsolete union support TODO

* Dart object API - minor review changes, test and fixes

* Dart object API - revert packOnce() - not supported by other object API implementations

* Dart object API - update docs

* update dart generated code in tests/ to fix CI failure on ./scripts/check-generated-code.sh

* Dart flatc - fix compilation for old MSVC and c++0x
2021-06-14 10:15:56 -07:00
.appveyor
.bazelci
.github Fix GitHub Actions CI gcc/clang versions 2021-06-04 13:32:16 -07:00
.travis Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
android More missing version changes 2021-05-10 11:45:16 -07:00
bazel [grpc] Support latest version of grpc PoC (#6338) 2021-03-25 12:12:35 -07:00
CMake C++/Rust version changes 2021-05-10 11:29:32 -07:00
conan
dart Dart object API (#6682) 2021-06-14 10:15:56 -07:00
docs Dart object API (#6682) 2021-06-14 10:15:56 -07:00
go GetUOffsetT must get value by GetUint32 not GetInt32 (#6072) 2021-02-18 18:38:25 -08:00
grpc [C++/grpc] added hiding of unused variables in the generated code (#6677) 2021-06-06 17:40:56 +07:00
include/flatbuffers [C++] flatc --cpp-field-case-style option to permit camel-case field names in C++ (#6669) 2021-06-08 11:23:05 -07:00
java/com/google/flatbuffers avoiding more NoSuchMethod exceptions (#6671) 2021-06-03 14:18:45 -07:00
js
kotlin Updated main version numbers to 2.0 2021-05-10 11:14:47 -07:00
lobster
lua [Lua] manipulate byte array as string (#6624) 2021-05-07 22:57:13 -07:00
mjs
net/FlatBuffers Updated main version numbers to 2.0 2021-05-10 11:14:47 -07:00
php
python
reflection Deprecate EnumVal.object (#6612) 2021-05-13 14:57:36 -07:00
rust Added README for Rust Flatbuffers (before publishing v=2.0) (#6652) 2021-05-16 10:37:16 -04:00
samples Deprecate EnumVal.object (#6612) 2021-05-13 14:57:36 -07:00
scripts Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
snap use improved versioning (#6691) 2021-06-11 15:27:59 -07:00
src Dart object API (#6682) 2021-06-14 10:15:56 -07:00
swift Implements verifier and code gen for swift (#6373) 2021-05-14 20:59:28 +03:00
tests Dart object API (#6682) 2021-06-14 10:15:56 -07:00
ts
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore npm update to 2.0.3 and script fix 2021-06-03 13:40:35 -07:00
.travis.yml Limit formatter to pull requests only (#6540) 2021-04-01 20:09:43 +03:00
appveyor.yml
BUILD.bazel [CMake] Renames BUILD files (#6457) 2021-02-11 10:16:57 -08:00
build_defs.bzl
CMakeLists.txt Fixed generation of c++ code with flags (#6637) 2021-05-15 13:27:24 -07:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
LICENSE.txt
package.json npm update to 2.0.3 and script fix 2021-06-03 13:40:35 -07:00
pom.xml avoiding more NoSuchMethod exceptions (#6671) 2021-06-03 14:18:45 -07:00
readme.md Update readme.md to point to security policy 2021-05-19 11:59:58 -07:00
SECURITY.md Create Security.md 2021-05-19 11:55:50 -07:00
swift.swiftformat Implements verifier and code gen for swift (#6373) 2021-05-14 20:59:28 +03:00
tsconfig.json
tsconfig.mjs.json
WORKSPACE [grpc] Support latest version of grpc PoC (#6338) 2021-03-25 12:12:35 -07: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.

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.