• tira-misu's avatar
    Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077) · dba962eb
    tira-misu authored
    * Enable flatbuffer to initialize Parser from bfbs (#4283)
    
    Now its possible to generate json data from bfbs data type and flatbuffers data
    and visa versa.
    
    * add deserialize functionality in parser from bfbs
    * add small usage sample
    
    * Fix build break
    
    * Merge branch 'pr/1' into fix-issue4283
    
    * Fix buildbreak
    
    * Build monster_test.bfbs with --bfbs-builtins
    
    Attribute flexbuffer has be included in bfbs. Only with this attribute test
    will run. By initialization a parser by a bfbs the attribute has to be known
    for this filed. monsterdata_test.golden has a flexbuffer field so parse would
    fail.
    
    * Fix generate_code.sh
    
    * Revert automatic indent changes by IDE
    
    * Auto detect size prefixed binary schema files
    
    * Use identifier (bfbs) to detect schema files
    dba962eb
Name
Last commit
Last update
..
clang-format.sh Loading commit data...
code_generators.cpp Loading commit data...
flatc.cpp Loading commit data...
flatc_main.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_dart.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_grpc.cpp Loading commit data...
idl_gen_js_ts.cpp Loading commit data...
idl_gen_json_schema.cpp Loading commit data...
idl_gen_lobster.cpp Loading commit data...
idl_gen_lua.cpp Loading commit data...
idl_gen_php.cpp Loading commit data...
idl_gen_python.cpp Loading commit data...
idl_gen_rust.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...
reflection.cpp Loading commit data...
util.cpp Loading commit data...