Package org.jboss.marshalling
Class ModularClassTable.ProxyWriter
- java.lang.Object
-
- org.jboss.marshalling.ModularClassTable.ProxyWriter
-
- All Implemented Interfaces:
ClassTable.Writer
- Enclosing class:
- ModularClassTable
private static final class ModularClassTable.ProxyWriter extends java.lang.Object implements ClassTable.Writer
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ProxyWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeClass(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.Writer
Write the predefined class reference to the stream.- Specified by:
writeClass
in interfaceClassTable.Writer
- Parameters:
marshaller
- the marshaller to write toclazz
- the class reference to write- Throws:
java.io.IOException
- if an I/O error occurs
-
-