Package dev.restate.sdk.serde.protobuf
Class ProtobufSerdes
- java.lang.Object
-
- dev.restate.sdk.serde.protobuf.ProtobufSerdes
-
public abstract class ProtobufSerdes extends java.lang.ObjectCollection of serializers/deserializers for Protobuf
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends com.google.protobuf.MessageLite>
dev.restate.sdk.common.Serde<T>of(com.google.protobuf.Parser<T> parser)
-