org.apache.openejb.util
Class SerializationCallbacks
java.lang.Object
org.apache.openejb.util.SerializationCallbacks
- All Implemented Interfaces:
- Serializable
public class SerializationCallbacks
- extends Object
- implements Serializable
This class exists primarily to document the serialization API.
Don't subclass from this class, simply implement Serializable
and copy/paste the method signatures you wish implement.
All of the methods are optional in the Serialization API
- See Also:
- Serialized Form
Method Summary |
protected Object |
readResolve()
ANY-ACCESS-MODIFIER Object readResolve() throws ObjectStreamException; |
protected Object |
writeReplace()
ANY-ACCESS-MODIFIER Object writeReplace() throws ObjectStreamException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializationCallbacks
public SerializationCallbacks()
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- ANY-ACCESS-MODIFIER Object writeReplace() throws ObjectStreamException
- Returns:
-
- Throws:
ObjectStreamException
readResolve
protected Object readResolve()
throws ObjectStreamException
- ANY-ACCESS-MODIFIER Object readResolve() throws ObjectStreamException;
- Returns:
-
- Throws:
ObjectStreamException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.