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(Object object)
Determine whether the given object reference is a valid predefined reference.
|
Object |
readObject(Unmarshaller unmarshaller)
Read an instance from the stream.
|
ObjectTable.Writer getObjectWriter(Object object) throws IOException
object - the candidate objectnull to use the default mechanismIOException - if an I/O error occursObject readObject(Unmarshaller unmarshaller) throws IOException, ClassNotFoundException
getObjectWriter(Object) method's Writer instance, as defined above.unmarshaller - the unmarshaller to read fromIOException - if an I/O error occursClassNotFoundException - if a class could not be foundCopyright © 2017 JBoss by Red Hat. All rights reserved.