public interface DataObjectInterface
Modifier and Type | Method and Description |
---|---|
void |
writeObjectContent(MessageWriter writer,
java.util.HashMap<java.lang.String,NamedInterface> hiddenfields,
java.lang.String uid)
writes the object content
|
void writeObjectContent(MessageWriter writer, java.util.HashMap<java.lang.String,NamedInterface> hiddenfields, java.lang.String uid) throws java.io.IOException
writer
- writer to writehiddenfields
- list of hidden fieldsuid
- unique id of the objectjava.io.IOException
- if any transmission error is found during the
transmission