Re: Saving NSArray of custom objects
Re: Saving NSArray of custom objects
- Subject: Re: Saving NSArray of custom objects
- From: DKJ <email@hidden>
- Date: Tue, 14 Jul 2009 04:17:19 -0700
On 14-Jul-09, at 2:51 , Mike Abdullah wrote:
Slightly separate to the question, have you actually declared that
your class conforms to the protocol, or just implemented the
methods? i.e. the header should be something like:
MyClass : NSObject <NSCoding>
Yes, I declared it as well. And NSKeyedArchiver is now doing exactly
what I wanted to get done.
dkj
_______________________________________________
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