Registry / serialization / grpc-protobuf

grpc-protobuf

JSON →
library1.81.0javamavenunverified

gRPC Protobuf provides Protocol Buffer support for gRPC, enabling efficient serialization of structured data in remote procedure calls.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>1.81.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-PROTOBUF
G
grpc-protobuf
serializationjavav1.81.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProtoUtils
io.grpc.protobuf.ProtoUtils

Creates a gRPC method descriptor using Protobuf marshallers.

import io.grpc.protobuf.ProtoUtils; import io.grpc.MethodDescriptor; MethodDescriptor<MyRequest, MyResponse> method = MethodDescriptor.newBuilder( ProtoUtils.marshaller(MyRequest.getDefaultInstance()), ProtoUtils.marshaller(MyResponse.getDefaultInstance())) .build();
Debug
Known issues
breakingProtobuf version mismatch can cause runtime errors
fix
Ensure grpc-protobuf and protobuf-java versions are compatible
affects: all versions
Upgrade
Version history
1.81.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
grpc-protobuf — mvn dependency:get grpc-protobuf · libregistry