com.webobjects.eocontrol
Interface EOKeyValueUnarchiver.Delegate
- Enclosing interface:
- EOKeyValueUnarchiver
- public static interface EOKeyValueUnarchiver.Delegate
The EOKeyValueUnarchiver.Delegate interface defines methods which can be used
by a delegate object of an EOKeyValueUnarchiver to control the behavior of the
unarchiver object.
unarchiverObjectForReference
public Object unarchiverObjectForReference(EOKeyValueUnarchiver archiver,
Object object)
- A delegate of an EOKeyValueUnarchiver can implement this method to decode references
if any of the objects it decodes call
decodeObjectReferenceForKey
. The
delegate should return the object to be used instead of the placeholder object
object
.
- Parameters:
archiver
- the unarchiver object decoding a reference objectobject
- the placeholder object being decoded
- Returns:
- the object to be used instead of the placeholder object
Copyright © 2004 Apple Computer, Inc.