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 Object
implements ClassTable.Writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteClass(Marshaller marshaller, Class<?> clazz) Write the predefined class reference to the stream.
-
Constructor Details
-
ProxyWriter
private ProxyWriter()
-
-
Method Details
-
writeClass
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:
IOException- if an I/O error occurs
-