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
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