I'm not switching to FlatBuffers
On the Android Developers blog, Wouter van Oortmerssen writes: Game developers, we've just released FlatBuffers, a C++ serialization library that allows you to read data without unpacking or allocating additional memory, as an open source project. [...] Use this library to store game data with less overhead than alternative solutions (e.…