mirror of https://github.com/grpc/grpc-java.git
parent
affce636dd
commit
7c0e14318e
|
|
@ -138,7 +138,6 @@ public final class MethodDescriptor<ReqT, RespT> {
|
|||
* @param <T> type of serializable message
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1777")
|
||||
public interface Marshaller<T> {
|
||||
/**
|
||||
* Given a message, produce an {@link InputStream} for it so that it can be written to the wire.
|
||||
|
|
|
|||
Loading…
Reference in New Issue