WebObjects 5.2.3

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.


Method Summary
 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.
 

Method Detail

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 object
object - the placeholder object being decoded
Returns:
the object to be used instead of the placeholder object

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.