mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 11:32:18 +00:00
Added nested FlexBuffer parsing
Change-Id: I918b66eb5646d035e3aae675f745802eb54b03ea
This commit is contained in:
@@ -73,6 +73,7 @@ table Monster {
|
||||
testf:float = 3.14159 (id:25);
|
||||
testf2:float = 3 (id:26);
|
||||
testf3:float (id:27);
|
||||
flex:[ubyte] (id:30, flexbuffer);
|
||||
}
|
||||
|
||||
rpc_service MonsterStorage {
|
||||
|
||||
Reference in New Issue
Block a user