- All Known Implementing Classes:
Command,InsertElement,ListUpdate,RemoveElement,SetProperty
public interface BinaryDataObject
DataObject that supports creating binary messages.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(DataWriter out) Writes the content of thisDataObjectto the given binary output.
-
Method Details
-
writeTo
Writes the content of thisDataObjectto the given binary output.- Parameters:
out- The writer to write this object to.- Throws:
IOException- If writing fails.
-