mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 10:00:02 +00:00
Add buffer verification functionality to FlatBuffers
Bug: 15732628 Change-Id: I0b7cb65982d6b8957d5a899cca7d2b5d2ef53206 Tested: On Windows, OS X and Linux
This commit is contained in:
@@ -29,6 +29,8 @@ table Monster {
|
||||
color:Color = Blue;
|
||||
test:Any;
|
||||
test4:[Test];
|
||||
testarrayofstring:[string];
|
||||
testarrayoftables:[Monster];
|
||||
}
|
||||
|
||||
root_type Monster;
|
||||
|
||||
Reference in New Issue
Block a user