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 Object
implements ClassTable.Writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeClass
(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.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:
IOException
- if an I/O error occurs
-