public interface ObjectTable
Modifier and Type | Interface and Description |
---|---|
static interface |
ObjectTable.Writer
The object writer for a specific object.
|
Modifier and Type | Method and Description |
---|---|
ObjectTable.Writer |
getObjectWriter(java.lang.Object object)
Determine whether the given object reference is a valid predefined reference.
|
java.lang.Object |
readObject(Unmarshaller unmarshaller)
Read an instance from the stream.
|
ObjectTable.Writer getObjectWriter(java.lang.Object object) throws java.io.IOException
object
- the candidate objectnull
to use the default mechanismjava.io.IOException
- if an I/O error occursjava.lang.Object readObject(Unmarshaller unmarshaller) throws java.io.IOException, java.lang.ClassNotFoundException
getObjectWriter(Object)
method's Writer
instance, as defined above.unmarshaller
- the unmarshaller to read fromjava.io.IOException
- if an I/O error occursjava.lang.ClassNotFoundException
- if a class could not be foundCopyright © 2011 JBoss, a division of Red Hat, Inc.