Interface BinaryDataObject

All Known Implementing Classes:
Command, InsertElement, ListUpdate, RemoveElement, SetProperty

public interface BinaryDataObject
DataObject that supports creating binary messages.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes the content of this DataObject to the given binary output.
  • Method Details

    • writeTo

      void writeTo(DataWriter out) throws IOException
      Writes the content of this DataObject to the given binary output.
      Parameters:
      out - The writer to write this object to.
      Throws:
      IOException - If writing fails.