Re: Archiving / Unarchiving Question
Re: Archiving / Unarchiving Question
- Subject: Re: Archiving / Unarchiving Question
- From: Kyle Sluder <email@hidden>
- Date: Thu, 02 Jun 2011 00:09:48 -0700
On Jun 1, 2011, at 6:42 PM, Dave DeLong <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden