![]() |
API 0.9.5
|
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.
- (BOOL) allowsKeyedCoding |
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.
- (void) encodeBycopyObject: | (id) | anObject |
- (void) encodeConditionalObject: | (id) | anObject |
- (void) encodeDataObject: | (CPData) | aData |
- (void) encodeObject: | (id) | anObject |
- (void) encodePoint: | (CPPoint) | aPoint |
- (void) encodePropertyList: | (id) | aPropertyList |
- (void) encodeRect: | (CGRect) | aRect |
- (void) encodeRootObject: | (id) | anObject |
- (void) encodeSize: | (CPSize) | aSize |
- (void) encodeValueOfObjCType: | (CPString) | aType | |
at: | (id) | anObject | |