Package org.apache.openejb.util
Class PojoSerialization
java.lang.Object
org.apache.openejb.util.PojoSerialization
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PojoExternalization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
read
(ObjectInput in) protected Object
protected void
write
(ObjectOutput out)
-
Constructor Details
-
PojoSerialization
public PojoSerialization()Constructor for externalization -
PojoSerialization
-
-
Method Details
-
readResolve
- Throws:
ObjectStreamException
-
read
- Throws:
IOException
ClassNotFoundException
-
write
- Throws:
IOException
-