Re: Carbonish aliases for Cocoa?
Re: Carbonish aliases for Cocoa?
- Subject: Re: Carbonish aliases for Cocoa?
- From: m <email@hidden>
- Date: Sun, 1 Dec 2002 23:58:10 +0000
On Sunday, December 1, 2002, at 09:27 PM, Chris Hanson wrote:
At 5:52 PM +0000 12/1/02, m wrote:
Not precisely what I needed (in particular, it doesn't look like it
is directly storable in an NSDictionary ), but it suggested a
technique that might work. Thanks!
You should be able to store an instance of BDAlias in a dictionary
just fine. BDAlias is just like any other subclass of NSObject that
way.
Sorry, I bit new at Cocoa so bear with me...
By "storable in an NSDictionary" I meant that you should be able to
write the dictionary out to disk and restore it later, and still be
able to reconstitute the member objects. I was under the impression
that in order to be saveable/restorable in this fashion, objects needed
conform to the NSCoding protocol. Is this not correct?
Regards,
_murat
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.