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, getTypeClasses
public void writeObject(ObjectOutput output, T object) throws IOException
IOException
public T readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2014 JBoss by Red Hat. All rights reserved.