commit | 35daaf83d334156749bb9f9b43ce96a1c86d529a | [log] [tgz] |
---|---|---|
author | dreifachstein <dreifachstein@users.noreply.github.com> | Tue Jan 07 01:28:19 2020 +0800 |
committer | Wouter van Oortmerssen <aardappel@gmail.com> | Mon Jan 06 09:28:19 2020 -0800 |
tree | 5aeb7f546dda749af1763d4c345ce6ad83993816 | |
parent | 3b458f7a170154ed4c4a3a2a9f6116fb2d415ad5 [diff] |
[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696) StandardCharsets.UTF_8 is already used in FlexBuffersBuilder.
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.
and more in progress...
flatbuffers
tag for any questions regarding FlatBuffers.To contribute to this project, see CONTRIBUTING.
Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.