Category "flatbuffers"

How to access a specific object in serialized data?

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

Flatbuffer object returning null on Netty Bytebuffer

We are using Flatbuffer with Java bindings. The application is running Netty4 and has following code for handling Netty request: String id; try { reques