public abstract class NoStateExternalizer<T> extends AbstractExternalizer<T>
| Constructor and Description |
|---|
NoStateExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(java.io.ObjectOutput output,
T object)
Write the object reference to the stream.
|
getIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeClassesreadObjectpublic void writeObject(java.io.ObjectOutput output,
T object)
throws java.io.IOException
Externalizeroutput - the object output to write toobject - the object reference to writejava.io.IOException - if an I/O error occurs