| ObjectInputStreamDelegate is an interface meant to be implemented
only by subclasses of ObjectInputStream for the purpose of overriding
the final methods "readObject()", "defaultReadObject()", and
"enableResolveObject()". Trusted subclasses of ObjectInputStream
that implement this interface will have their final delegate methods
"readObjectDelegate()", "defaultReadObjectDelegate()", and
"enableResolveObjectDelegate()" called in place of the
corresponding final methods in ObjectInputStream.
author: Ken Urquhart version: 1.0, 02/02/98 See Also: java.io.ObjectOutputStream See Also: java.io.ObjectInputStream since: JDK1.1.6 |