public abstract class NoStateExternalizer<T> extends AbstractExternalizer<T>
| Constructor and Description |
|---|
NoStateExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(ObjectOutput output,
T object)
Write the object reference to the stream.
|
getIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeClassesreadObjectpublic void writeObject(ObjectOutput output, T object) throws IOException
Externalizeroutput - the object output to write toobject - the object reference to writeIOException - if an I/O error occursCopyright © 2012 JBoss by Red Hat. All Rights Reserved.