Package org.jboss.marshalling
Interface ClassTable.Writer
- All Known Implementing Classes:
ByteWriter
,ModularClassTable.ClassWriter
,ModularClassTable.ProxyWriter
- Enclosing interface:
- ClassTable
public static interface ClassTable.Writer
The class writer for a specific class.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeClass
(Marshaller marshaller, Class<?> clazz) Write the predefined class reference to the stream.
-
Method Details
-
writeClass
Write the predefined class reference to the stream.- Parameters:
marshaller
- the marshaller to write toclazz
- the class reference to write- Throws:
IOException
- if an I/O error occurs
-