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