org.jboss.marshalling
Interface ClassTable.Writer
- Enclosing interface:
- ClassTable
public static interface ClassTable.Writer
The class writer for a specific class.
Method Summary |
void |
writeClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Write the predefined class reference to the stream. |
writeClass
void writeClass(Marshaller marshaller,
java.lang.Class<?> clazz)
throws java.io.IOException
- Write the predefined class reference to the stream.
- Parameters:
marshaller
- the marshaller to write toclazz
- the class reference to write
- Throws:
java.io.IOException
- if an I/O error occurs
Copyright © 2011 JBoss, a division of Red Hat, Inc.