Class ProtobufSerdes


  • public abstract class ProtobufSerdes
    extends java.lang.Object
    Collection 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • of

        public static <T extends com.google.protobuf.MessageLite> dev.restate.sdk.common.Serde<T> of​(com.google.protobuf.Parser<T> parser)