org.apache.openejb.util
Class PojoSerialization
java.lang.Object
org.apache.openejb.util.PojoSerialization
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PojoExternalization
public class PojoSerialization
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoSerialization
public PojoSerialization()
- Constructor for externalization
PojoSerialization
public PojoSerialization(Object object)
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
read
protected void read(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
write
protected void write(ObjectOutput out)
throws IOException
- Throws:
IOException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.