mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 17:49:49 +00:00
b69fc8cc95
Added a method FlatBufferBuilder::createSharedString that enable string sharing for building messages on java. The shared pool will only contains strings inserted by this methods.