Say I have following Flatbuffer definition compiled to C++.
table ParentObj { // this is the root table timestamp:uint64; child:ChildObj } table ChildObj