Re: Problem archiving/unarchiving object graph containing NSMutableArray

2008-11-21 Thread Mike Abdullah
You're almost certainly going to need to post some code for us to figure it out. On 21 Nov 2008, at 13:12, Mikael Wämundson wrote: Hi experienced developers! I'm trying to archive/unarchive an object graph using archivedDataWithRootObject: aRootObject. aRootObject has two instance variable

Problem archiving/unarchiving object graph containing NSMutableArray

2008-11-21 Thread Mikael Wämundson
Hi experienced developers! I'm trying to archive/unarchive an object graph using archivedDataWithRootObject: aRootObject. aRootObject has two instance variables of type NSMutableArray. Each mutable array contains customs objects of different types (subclasses of NSObject). For aRootObject a