Alternatives to Protocol Buffers

Nick picture Nick · May 29, 2010 · Viewed 22.5k times · Source

I'd like a basic message passing/RPC system. I could use a serialisation system but I want some sort of verification to ensure both ends are synchronised. I've looked at Google Protocol Buffers, but I'm not too keen on code generation. What are other alternatives?

Answer

rouzier picture rouzier · Oct 4, 2011

You can look at http://msgpack.org/