- All Known Implementing Classes:
ByteWriter
- Enclosing interface:
- ObjectTable
public static interface ObjectTable.Writer
The object writer for a specific object.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteObject(Marshaller marshaller, Object object) Write the predefined object reference to the stream.
-
Method Details
-
writeObject
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
-