Re: encoding objects containing NSData ivars using NSKeyedArchiver

2008-03-12 Thread Jens Alfke
On 12 Mar '08, at 7:44 AM, Daniel Thorpe wrote: I'm trying to archive an object using NSKeyedArchiver. The object is question has quite a complex structure, and one of it's instance variables is an NSMutableData. I've tried using [coder encodeObject:result forKey:@"TchebichefMoment_momentDa

encoding objects containing NSData ivars using NSKeyedArchiver

2008-03-12 Thread Daniel Thorpe
Hello everyone! I'm trying to archive an object using NSKeyedArchiver. The object is question has quite a complex structure, and one of it's instance variables is an NSMutableData. I've tried using [coder encodeObject:result forKey:@"TchebichefMoment_momentData"]; which doesn't seem to do