Package org.jboss.marshalling
Class ModularClassTable.ClassWriter
- java.lang.Object
-
- org.jboss.marshalling.ModularClassTable.ClassWriter
-
- All Implemented Interfaces:
ClassTable.Writer
- Enclosing class:
- ModularClassTable
private static final class ModularClassTable.ClassWriter extends java.lang.Object implements ClassTable.Writer
-
-
Constructor Summary
Constructors Modifier Constructor Description privateClassWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteClass(Marshaller marshaller, java.lang.Class<?> clazz)Write the predefined class reference to the stream.
-
-
-
Method Detail
-
writeClass
public void writeClass(Marshaller marshaller, java.lang.Class<?> clazz) throws java.io.IOException
Description copied from interface:ClassTable.WriterWrite the predefined class reference to the stream.- Specified by:
writeClassin interfaceClassTable.Writer- Parameters:
marshaller- the marshaller to write toclazz- the class reference to write- Throws:
java.io.IOException- if an I/O error occurs
-
-