Compile and serialize structured data with Protocol Buffers
Protocol buffers (Google's data interchange format)
protoc
$ protoc --go_out=. example.proto
$ protoc --python_out=. message.proto
$ protoc --decode_raw < data.bin