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.
|
getId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTypeClasses
readObject
public void writeObject(ObjectOutput output, T object) throws IOException
Externalizer
output
- the object output to write toobject
- the object reference to writeIOException
- if an I/O error occursCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.