commit | 0798b7b69886a96a810ccb52e1aed79875eebf3a | [log] [tgz] |
---|---|---|
author | Paulo Pinheiro <paulovictor.pinheiro@gmail.com> | Wed Sep 25 20:59:10 2019 +0200 |
committer | Wouter van Oortmerssen <aardappel@gmail.com> | Wed Sep 25 11:59:10 2019 -0700 |
tree | 8f503c9ed2817c119918294b3479e9ff050b9eb5 | |
parent | cbdf82e2fbd73db8402ba83a6635049f097d8e3b [diff] |
[FlexBuffers][Java] Fix wrong access to a string using Reference::asString(). (#5532) The real position of a string is calculated by using the indirect() method, which should be based on parentWidth and not byteWidth, as it was implemented. We are also fixing the flag BUILDER_FLAG_SHARE_STRINGS on FlexBuffersBuilder that was set as '1', same value as BUILDER_FLAG_SHARE_KEYS.
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.