Interface ProtoConverter<P extends com.google.protobuf.MessageLite,​C>

    • Method Detail

      • toProto

        P toProto​(C valueClass)
      • fromProto

        C fromProto​(P proto)
      • getParser

        com.google.protobuf.Parser<P> getParser()