org.jboss.marshalling
Interface ObjectTable.Writer
- Enclosing interface:
- ObjectTable
public static interface ObjectTable.Writer
The object writer for a specific object.
Method Summary |
void |
writeObject(Marshaller marshaller,
java.lang.Object object)
Write the predefined object reference to the stream. |
writeObject
void writeObject(Marshaller marshaller,
java.lang.Object object)
throws java.io.IOException
- Write the predefined object reference to the stream.
- Parameters:
marshaller
- the marshaller to write toobject
- the object reference to write
- Throws:
java.io.IOException
- if an I/O error occurs
Copyright © 2011 JBoss, a division of Red Hat, Inc.