24 @global _CPRaiseInvalidAbstractInvocation;
42 - (BOOL)allowsKeyedCoding
54 - (void)encodeValueOfObjJType:(
CPString)aType at:(
id)anObject
56 _CPRaiseInvalidAbstractInvocation(
self, _cmd);
63 - (void)encodeDataObject:(
CPData)aData
65 _CPRaiseInvalidAbstractInvocation(
self, _cmd);
72 - (void)encodeObject:(
id)anObject
81 - (void)encodePoint:(CGPoint)aPoint
83 [
self encodeNumber:aPoint.x];
84 [
self encodeNumber:aPoint.y];
91 - (void)encodeRect:(CGRect)aRect
101 - (void)encodeSize:(CGSize)aSize
103 [
self encodeNumber:aSize.width];
104 [
self encodeNumber:aSize.height];
111 - (void)encodePropertyList:(
id)aPropertyList
120 - (void)encodeRootObject:(
id)anObject
129 - (void)encodeBycopyObject:(
id)anObject
138 - (void)encodeConditionalObject:(
id)anObject