Package io.grpc

Interface MethodDescriptor.ReflectableMarshaller<T>

    • Method Detail

      • getMessageClass

        Class<T> getMessageClass()
        Returns the Class that this marshaller serializes and deserializes. If inheritance is allowed, this is the base class or interface for all supported classes.
        Returns:
        non-null base class for all objects produced and consumed by this marshaller