Protocol Buffers

Back to gRPC

Google’s language-neutral, platform-neutral binary serialization format. Messages are defined in .proto files and compiled into language-specific code. Smaller and faster to serialize/deserialize than JSON. Supports schema evolution (adding/removing fields) with backward compatibility.

networking grpc serialization