mirror of https://github.com/grpc/grpc-java.git
protobuf: Stabilize ProtoUtils.metadataMarshaller() (#10628)
This method has been around since 2018 and is now considered stable.
This commit is contained in:
parent
7bd2e5b59c
commit
cd810c5284
|
|
@ -85,7 +85,6 @@ public final class ProtoUtils {
|
||||||
*
|
*
|
||||||
* @since 1.13.0
|
* @since 1.13.0
|
||||||
*/
|
*/
|
||||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4477")
|
|
||||||
public static <T extends Message> Metadata.BinaryMarshaller<T> metadataMarshaller(T instance) {
|
public static <T extends Message> Metadata.BinaryMarshaller<T> metadataMarshaller(T instance) {
|
||||||
return ProtoLiteUtils.metadataMarshaller(instance);
|
return ProtoLiteUtils.metadataMarshaller(instance);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue