Package 

Interface ProtobufMessage

    • Method Summary

      Modifier and Type Method Description
      abstract ProtobufMessage mergeFrom(ProtobufReader reader) Read and merge from Protobuf wire-codec reader.
      abstract void writeTo(ProtobufWriter writer) Write {@code this} to a Protobuf wire-codec writer.
      • Methods inherited from class java.lang.Object

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

      • writeTo

         abstract void writeTo(ProtobufWriter writer)

        Write {@code this} to a Protobuf wire-codec writer.

        Parameters:
        writer - writer to write to