On Jun 1, 2011, at 6:42 PM, Dave DeLong <davedel...@me.com> wrote: > Your archive includes an instance of "DataObject", but the process doing the > unarchiving does not have that class definition.
Which is a good reason why you should not use archiving as a representation of your data. Use an implementation-agnostic serialization format like XML or even property lists for data whose existence is not inextricably tied to your class hierarchy. --Kyle Sluder_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com