41 - (BOOL)allowsKeyedCoding
53 - (void)encodeValueOfObjCType:(
CPString)aType at:(
id)anObject
55 _CPRaiseInvalidAbstractInvocation(
self, _cmd);
62 - (void)encodeDataObject:(
CPData)aData
64 _CPRaiseInvalidAbstractInvocation(
self, _cmd);
71 - (void)encodeObject:(
id)anObject
80 - (void)encodePoint:(CPPoint)aPoint
82 [
self encodeNumber:aPoint.x];
83 [
self encodeNumber:aPoint.y];
90 - (void)encodeRect:(CGRect)aRect
100 - (void)encodeSize:(CPSize)aSize
102 [
self encodeNumber:aSize.width];
103 [
self encodeNumber:aSize.height];
110 - (void)encodePropertyList:(
id)aPropertyList
119 - (void)encodeRootObject:(
id)anObject
128 - (void)encodeBycopyObject:(
id)anObject
137 - (void)encodeConditionalObject:(
id)anObject