JBoss Marshalling 1.2.1.GA

org.jboss.marshalling
Interface ObjectTable.Writer

Enclosing interface:
ObjectTable

public static interface ObjectTable.Writer

The object writer for a specific object.


Method Summary
 void writeObject(Marshaller marshaller, Object object)
          Write the predefined object reference to the stream.
 

Method Detail

writeObject

void writeObject(Marshaller marshaller,
                 Object object)
                 throws IOException
Write the predefined object reference to the stream.

Parameters:
marshaller - the marshaller to write to
object - the object 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.