public class ExternalizableExternalizer<T extends Externalizable> extends AbstractSimpleExternalizer<T>
| Constructor and Description |
|---|
ExternalizableExternalizer(Class<T> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
T |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
T object) |
getId, getTargetClass, getTypeClassespublic void writeObject(ObjectOutput output, T object) throws IOException
IOExceptionpublic T readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.