Also refine docs

This commit is contained in:
iceboy
2019-02-05 13:11:29 -08:00
parent d53fe98e10
commit 09dab7b45c
3 changed files with 2 additions and 11 deletions

View File

@@ -91,8 +91,7 @@ convenient accessors for all fields, e.g. `hp()`, `mana()`, etc:
The following attributes are supported:
- `native_shared` (on a field): For string fields, this enables the usage of
CreateSharedString() instead of CreateString() for generated
CreateXxxDirect(), and Pack() in object-based API if enabled.
string pooling (i.e. CreateSharedString) as default serialization behavior.
## Object based API. {#flatbuffers_cpp_object_based_api}