org.apache.openejb.util
Class SerializationCallbacks
java.lang.Object
org.apache.openejb.util.SerializationCallbacks
- All Implemented Interfaces:
- java.io.Serializable
public class SerializationCallbacks
- extends java.lang.Object
- implements java.io.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 java.lang.Object |
readResolve()
ANY-ACCESS-MODIFIER Object readResolve() throws ObjectStreamException; |
protected java.lang.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 java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- ANY-ACCESS-MODIFIER Object writeReplace() throws ObjectStreamException
- Returns:
-
- Throws:
java.io.ObjectStreamException
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- ANY-ACCESS-MODIFIER Object readResolve() throws ObjectStreamException;
- Returns:
-
- Throws:
java.io.ObjectStreamException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.