Compile and serialize structured data with Google's Protocol Buffers
Protocol buffers (Google's data interchange format)
protoc$ protoc --python_out=. message.proto$ protoc --cpp_out=. --cpp_opt=paths=source_relative schema.proto$ protoc --descriptor_set_out=output.pb input.proto