public class PojoSerialization extends Object implements Serializable
| Constructor and Description |
|---|
PojoSerialization()
Constructor for externalization
|
PojoSerialization(Object object) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
read(ObjectInput in) |
protected Object |
readResolve() |
protected void |
write(ObjectOutput out) |
public PojoSerialization()
public PojoSerialization(Object object)
protected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionprotected void read(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected void write(ObjectOutput out) throws IOException
IOExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.