API  1.0.0
CPKeyedUnarchiver.h
Go to the documentation of this file.
1 
3 {
4  id _delegate;
5  unsigned _delegateSelectors;
6 
7  CPData _data;
8 
9  CPDictionary _replacementClasses;
10 
11  CPArray _objects;
12  CPDictionary _archive;
13 
14  CPDictionary _plistObject;
15  CPArray _plistObjects;
16 }
17 @end
A Cappuccino wrapper for any data type.
Definition: CPData.h:2
Unarchives objects created using CPKeyedArchiver.
A mutable key-value pair collection.
Definition: CPDictionary.h:2
Defines methods for use when archiving & restoring (enc/decoding).
Definition: CPCoder.h:2