Package org.jboss.marshalling
Interface ObjectTable.Writer
-
- All Known Implementing Classes:
ByteWriter
- Enclosing interface:
- ObjectTable
public static interface ObjectTable.WriterThe object writer for a specific object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteObject(Marshaller marshaller, Object object)Write the predefined object reference to the stream.
-
-
-
Method Detail
-
writeObject
void writeObject(Marshaller marshaller, Object object) throws IOException
Write the predefined object reference to the stream.- Parameters:
marshaller- the marshaller to write toobject- the object reference to write- Throws:
IOException- if an I/O error occurs
-
-