Searched refs:PrototypeMarshaller (Results 1 – 3 of 3) sorted by relevance
35 import io.grpc.MethodDescriptor.PrototypeMarshaller;109 PrototypeMarshaller<Enum> prototypeMarshaller = (PrototypeMarshaller<Enum>) enumMarshaller; in introspection()
31 import io.grpc.MethodDescriptor.PrototypeMarshaller;119 implements PrototypeMarshaller<T> {
185 public interface PrototypeMarshaller<T> extends ReflectableMarshaller<T> { interface in MethodDescriptor