API  1.0.0
CPKeyedArchiver.h
Go to the documentation of this file.
1 
2 @interface CPKeyedArchiver : CPCoder
3 {
4  id _delegate;
5  unsigned _delegateSelectors;
6 
7  CPData _data;
8 
9  CPArray _objects;
10 
11  CPDictionary _UIDs;
12  CPDictionary _conditionalUIDs;
13 
14  CPDictionary _replacementObjects;
15  CPDictionary _replacementClassNames;
16 
17  id _plistObject;
18  CPMutableArray _plistObjects;
19 
20  CPPropertyListFormat _outputFormat;
21 }
22 @end
A Cappuccino wrapper for any data type.
Definition: CPData.h:2
A mutable key-value pair collection.
Definition: CPDictionary.h:2
Implements keyed archiving of object graphs (e.g. for storing data).
Defines methods for use when archiving & restoring (enc/decoding).
Definition: CPCoder.h:2