Uses of Interface
io.grpc.MethodDescriptor.ReflectableMarshaller
-
Packages that use MethodDescriptor.ReflectableMarshaller Package Description io.grpc The gRPC core public API.io.grpc.protobuf.lite API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime library. -
-
Uses of MethodDescriptor.ReflectableMarshaller in io.grpc
Subinterfaces of MethodDescriptor.ReflectableMarshaller in io.grpc Modifier and Type Interface Description static interface
MethodDescriptor.PrototypeMarshaller<T>
A marshaller that uses a fixed instance of the type it produces. -
Uses of MethodDescriptor.ReflectableMarshaller in io.grpc.protobuf.lite
Classes in io.grpc.protobuf.lite that implement MethodDescriptor.ReflectableMarshaller Modifier and Type Class Description private static class
ProtoLiteUtils.MessageMarshaller<T extends com.google.protobuf.MessageLite>
-