com.webobjects.eocontrol
Interface EOKeyValueUnarchiver.Delegate
- Enclosing class:
- 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
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 © 2000-2008 Apple Inc.