![]() |
API
0.9.7
|
Defines methods for use when archiving & restoring (enc/decoding). More...
#import <CPCoder.h>
Instance Methods | |
(BOOL) | - allowsKeyedCoding |
(void) | - encodeBycopyObject: |
(void) | - encodeConditionalObject: |
(void) | - encodeDataObject: |
(void) | - encodeObject: |
(void) | - encodePoint: |
(void) | - encodePropertyList: |
(void) | - encodeRect: |
(void) | - encodeRootObject: |
(void) | - encodeSize: |
(void) | - encodeValueOfObjCType:at: |
Defines methods for use when archiving & restoring (enc/decoding).
Top-level class defining methods for use when archiving (encoding) objects to a byte array or file, and when restoring (decoding) objects.
|
implementation |
Returns a flag indicating whether the receiver supports keyed coding. The default implementation returns NO
. Subclasses supporting keyed coding must override this to return YES
.
Reimplemented in CPKeyedArchiver, and CPKeyedUnarchiver.
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |