JBoss Marshalling 1.2.1.GA

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, Class<?> clazz)
          Write the predefined class reference to the stream.
 

Method Detail

writeClass

void writeClass(Marshaller marshaller,
                Class<?> clazz)
                throws IOException
Write the predefined class reference to the stream.

Parameters:
marshaller - the marshaller to write to
clazz - the class reference to write
Throws:
IOException - if an I/O error occurs

JBoss Marshalling 1.2.1.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.