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.
|
getIdgetTypeClassesreadObjectpublic void writeObject(ObjectOutput output, T object)
Externalizeroutput - the object output to write toobject - the object reference to writeCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.