Skip to content

Instantly share code, notes, and snippets.

@bxcodec
Created June 5, 2017 11:29
Show Gist options
  • Save bxcodec/53e60299630c98fc7861f75cdfcdd654 to your computer and use it in GitHub Desktop.
Save bxcodec/53e60299630c98fc7861f75cdfcdd654 to your computer and use it in GitHub Desktop.
User FlatBuffer
namespace users;
table User {
name : string ;
id : long;
}
table UserContainer {
ListOfUsers:[User];
}
root_type User;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment