
public static interface ObjectTable.Writer
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(Marshaller marshaller,
java.lang.Object object)
Write the predefined object reference to the stream.
|
void writeObject(Marshaller marshaller, java.lang.Object object) throws java.io.IOException
marshaller - the marshaller to write toobject - the object reference to writejava.io.IOException - if an I/O error occursCopyright © 2011 JBoss, a division of Red Hat, Inc.