Interface Writable<T>

    • Method Detail

      • writeTo

        void writeTo​(ProtoStreamWriter writer,
                     T value)
              throws IOException
        Writes the specified object to the specified writer.
        Parameters:
        writer - a ProtoStream writer
        value - the object to be written
        Throws:
        IOException - if the object could not be written