mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 20:51:09 +00:00
@@ -327,7 +327,7 @@ And example of usage, for the time being, can be found in
|
|||||||
## Mini Reflection
|
## Mini Reflection
|
||||||
|
|
||||||
A more limited form of reflection is available for direct inclusion in
|
A more limited form of reflection is available for direct inclusion in
|
||||||
generated code, which doesn't any (binary) schema access at all. It was designed
|
generated code, which doesn't do any (binary) schema access at all. It was designed
|
||||||
to keep the overhead of reflection as low as possible (on the order of 2-6
|
to keep the overhead of reflection as low as possible (on the order of 2-6
|
||||||
bytes per field added to your executable), but doesn't contain all the
|
bytes per field added to your executable), but doesn't contain all the
|
||||||
information the (binary) schema contains.
|
information the (binary) schema contains.
|
||||||
|
|||||||
Reference in New Issue
Block a user