org.apache.openejb.util
Class PojoSerialization

java.lang.Object
  extended by org.apache.openejb.util.PojoSerialization
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PojoExternalization

public class PojoSerialization
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PojoSerialization()
          Constructor for externalization
PojoSerialization(Object object)
           
 
Method Summary
protected  void read(ObjectInput in)
           
protected  Object readResolve()
           
protected  void write(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoSerialization

public PojoSerialization()
Constructor for externalization


PojoSerialization

public PojoSerialization(Object object)
Method Detail

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.