mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
GetObject and GetMutableObject are similar to GetRoot and GetMutableRoot, and can be useful when wanting to access data that has just been created. Unfortunately there is a danger in using these methods, as it is possible that the buffer reallocates which will invalidate the pointers.