public static interface ClassTable.Writer
Modifier and Type | Method and Description |
---|---|
void |
writeClass(Marshaller marshaller,
Class<?> clazz)
Write the predefined class reference to the stream.
|
void writeClass(Marshaller marshaller, Class<?> clazz) throws IOException
marshaller
- the marshaller to write toclazz
- the class reference to writeIOException
- if an I/O error occursCopyright © 2017 JBoss by Red Hat. All rights reserved.