public class PojoExternalization extends PojoSerialization implements Externalizable
| Constructor and Description |
|---|
PojoExternalization()
Constructor for externalization
|
PojoExternalization(Object object) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
protected Object |
readResolve() |
void |
writeExternal(ObjectOutput out) |
read, writepublic PojoExternalization()
public PojoExternalization(Object object)
protected Object readResolve() throws ObjectStreamException
readResolve in class PojoSerializationObjectStreamExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.