public static interface ClassTable.Writer
Modifier and Type | Method and Description |
---|---|
void |
writeClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Write the predefined class reference to the stream.
|
void writeClass(Marshaller marshaller, java.lang.Class<?> clazz) throws java.io.IOException
marshaller
- the marshaller to write toclazz
- the class reference to writejava.io.IOException
- if an I/O error occursCopyright © 2011 JBoss, a division of Red Hat, Inc.