Re: Subclassing and Archiving/Unarchiving

2016-09-25 Thread Graham Cox
> On 25 Sep 2016, at 8:12 PM, Dave wrote: > > Is there any way that I can get the archiver to just select the Base Class > and ignore the extra properties in the Subclass? Or is there a better way of > doing this? You mean the dearchiver. It can have a delegate (NSKeyedUnarchiverDelegate,

Subclassing and Archiving/Unarchiving

2016-09-25 Thread Dave
Hi All, I have an App that produces Archives files that are loaded by another App. The Classes that get archived are in a set of common files that both Apps share. During the build process I need to carry extra information that only the writer app knows about. My first instinct was to create a