-
- All Known Implementing Classes:
Command,InsertElement,ListUpdate,RemoveElement,SetProperty
public interface BinaryDataObjectDataObjectthat supports creating binary messages.- See Also:
DataWriter,DataReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTo(DataWriter out)Writes the content of thisDataObjectto the given binary output.
-
-
-
Method Detail
-
writeTo
void writeTo(DataWriter out) throws IOException
Writes the content of thisDataObjectto the given binary output.- Parameters:
out- The writer to write this object to.- Throws:
IOException- If writing fails.
-
-