24 @global _CPRaiseInvalidAbstractInvocation;
43 - (BOOL)allowsKeyedCoding
55 - (void)encodeValueOfObjCType:(
CPString)aType at:(
id)anObject
57 _CPRaiseInvalidAbstractInvocation(
self, _cmd);
64 - (void)encodeDataObject:(
CPData)aData
66 _CPRaiseInvalidAbstractInvocation(
self, _cmd);
73 - (void)encodeObject:(
id)anObject
82 - (void)encodePoint:(CGPoint)aPoint
84 [
self encodeNumber:aPoint.x];
85 [
self encodeNumber:aPoint.y];
92 - (void)encodeRect:(CGRect)aRect
102 - (void)encodeSize:(CGSize)aSize
104 [
self encodeNumber:aSize.width];
105 [
self encodeNumber:aSize.height];
112 - (void)encodePropertyList:(
id)aPropertyList
121 - (void)encodeRootObject:(
id)anObject
130 - (void)encodeBycopyObject:(
id)anObject
139 - (void)encodeConditionalObject:(
id)anObject