#import <EOKeyValueArchiver.h>

Public Member Functions | |
| (id) | - delegate |
| (NSDictionary *) | - dictionary |
| (void) | - encodeBool:forKey: |
| (void) | - encodeInt:forKey: |
| (void) | - encodeObject:forKey: |
| (void) | - encodeReferenceToObject:forKey: |
| (void) | - setDelegate: |
Protected Attributes | |
| id | delegate |
| NSMutableDictionary * | plist |
| - (id) delegate |
| - (NSDictionary *) dictionary |
| - (void) encodeBool: | (BOOL) | _flag | ||
| forKey: | (NSString *) | _key | ||
| - (void) encodeInt: | (int) | _value | ||
| forKey: | (NSString *) | _key | ||
| - (void) encodeObject: | (id) | _obj | ||
| forKey: | (NSString *) | _key | ||
| - (void) encodeReferenceToObject: | (id) | _obj | ||
| forKey: | (NSString *) | _key | ||
| - (void) setDelegate: | (id) | _delegate |
- (id) delegate [protected] |
- (NSMutableDictionary*) plist [protected] |
1.5.8