Package de.haumacher.msgbuf.data
Interface DataObject
-
- All Known Implementing Classes:
AbstractDataObject,Command,InsertElement,ListUpdate,RemoveElement,SetProperty
public interface DataObjectCommon interface for allmsgbufgenerated data objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTo(JsonWriter out)Writes this instance to the given output.
-
-
-
Method Detail
-
writeTo
void writeTo(JsonWriter out) throws IOException
Writes this instance to the given output.- Parameters:
out- TheJsonWriterto write this instance to.- Throws:
IOException- if writing fails.
-
-