api: Stabilize MethodDescriptor.Marshaller

Fixes #1777
This commit is contained in:
Eric Anderson 2019-04-19 09:26:22 -07:00
parent affce636dd
commit 7c0e14318e
1 changed files with 0 additions and 1 deletions

View File

@ -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.