I have a flatbuffer text schema se.fbs file. How can I get a corresponding binary schema file? This cmd does not work: flatc --cpp se.fbs --schema
I'm using FlatBuffers to serialize a graph for an Android app I'm building (so I don't have to re-build it each time the user opens the app), but I'm having a b
We are using Flatbuffer with Java bindings. The application is running Netty4 and has following code for handling Netty request: String id; try { reques