namespace internal.encoding.fbs; table Category { id:long; name:string; } root_type Category;