Compile and serialize structured data using Protocol Buffers
Protocol buffers (Google's data interchange format)
protoc
$ protoc --python_out=. message.proto
$ protoc --cpp_out=. --grpc_out=. service.proto
$ protoc --java_out=src/ protos/*.proto