Re: Accessing NSKeyedArchiver's archivedDataWithRootObject by name

2008-12-09 Thread Michael Ash
On Tue, Dec 9, 2008 at 1:17 PM, Jim Turner <[EMAIL PROTECTED]> wrote: > I have a situation where I'm archiving an array of objects via > NSKeyedArchiver's archivedDataWithRootObject: and later needing to set > a delegate on the NSKeyedUnarchiver that decodes it. The > documentation is a bit unclea

Accessing NSKeyedArchiver's archivedDataWithRootObject by name

2008-12-09 Thread Jim Turner
I have a situation where I'm archiving an array of objects via NSKeyedArchiver's archivedDataWithRootObject: and later needing to set a delegate on the NSKeyedUnarchiver that decodes it. The documentation is a bit unclear on how one starts the unarchive process when a NSKeyedUnarchiver is created