How To Archive SEL's With Keyed Archiving

2005-08-06 Thread Sašo Kiselkov
How do I archive a selector (SEL) correctly and portably with keyed archiving? There seems to be no `-encodeValueOfObjCType:...' or simmilar methods for keyed archives. I know I could just encode the values of the fields of the struct objc_selector, but this is only functional with the GNU

Re: How To Archive SEL's With Keyed Archiving

2005-08-06 Thread Richard Frith-Macdonald
On 2005-08-06 11:47:55 +0100 Sašo Kiselkov [EMAIL PROTECTED] wrote: How do I archive a selector (SEL) correctly and portably with keyed archiving? There seems to be no `-encodeValueOfObjCType:...' or simmilar methods for keyed archives. I know I could just encode the values of the fields of

Re: How To Archive SEL's With Keyed Archiving

2005-08-06 Thread Sašo Kiselkov
Quoting Richard Frith-Macdonald [EMAIL PROTECTED]: On 2005-08-06 11:47:55 +0100 Sa¹o Kiselkov [EMAIL PROTECTED] wrote: How do I archive a selector (SEL) correctly and portably with keyed archiving? There seems to be no `-encodeValueOfObjCType:...' or simmilar methods for keyed

Re: How To Archive SEL's With Keyed Archiving

2005-08-06 Thread Christopher Armstrong
How do I archive a selector (SEL) correctly and portably with keyed archiving? There seems to be no `-encodeValueOfObjCType:...' or simmilar methods for keyed archives. I know I could just encode the values of the fields of the struct objc_selector, but this is only functional with the GNU