EOKeyValueUnarchiver
Inherits From: NSObject
Declared In: EOKeyValueArchiver.h
Methods: - initWithDictionary: , - decodeObjectForKey: , - decodeObjectReferenceForKey: , - decodeBoolForKey: , - decodeIntForKey: , - ensureObjectAwake: , - finishInitializationOfObjects , - awakeObjects , - parent , - setDelegate: , - delegate


Class Description
No class description.


Instance Variables
NSDictionary *plist;
NSMutableArray *unarchivedObjects;
NSMutableSet *awakeObjects;
id parent;
id delegate;

plistNo description.
unarchivedObjectsNo description.
awakeObjectsNo description.
parentNo description.
delegateNo description.



Method Types
- initWithDictionary:
- decodeObjectForKey:
- decodeObjectReferenceForKey:
- decodeBoolForKey:
- decodeIntForKey:
- ensureObjectAwake:
- finishInitializationOfObjects
- awakeObjects
- parent
- setDelegate:
- delegate


Instance Methods
awakeObjects
- (void)awakeObjects
No method description.

decodeBoolForKey:
- (BOOL)decodeBoolForKey:(NSString *)_key
No method description.

decodeIntForKey:
- (int)decodeIntForKey:(NSString *)_key
No method description.

decodeObjectForKey:
- (id)decodeObjectForKey:(NSString *)_key
No method description.

decodeObjectReferenceForKey:
- (id)decodeObjectReferenceForKey:(NSString *)_key
No method description.

delegate
- (id)delegate
No method description.

ensureObjectAwake:
- (void)ensureObjectAwake:(id)_object
No method description.

finishInitializationOfObjects
- (void)finishInitializationOfObjects
No method description.

initWithDictionary:
- (id)initWithDictionary:(NSDictionary *)_dict
No method description.

parent
- (id)parent
No method description.

setDelegate:
- (void)setDelegate:(id)_delegate
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.