Re: Property List Representation
Re: Property List Representation
- Subject: Re: Property List Representation
- From: Fritz Anderson <email@hidden>
- Date: Thu, 28 Aug 2003 16:53:28 -0500
That should do it, provided the NSArray contains only NSNumbers,
NSDates, NSStrings, NSDatas, NSArrays (of numbers, dates, strings,
data, arrays, or dictionaries), or NSDictionarys (of ... etc.). This
would mean other objects would have to conform to NSCoding, and pass
through an NSArchiver, before they could be put into a plist.
-- F
On 28 Aug 2003, at 3:33 PM, Aidas Dailide wrote:
Is there any way to make my object property list compatible? I want it
to be "pure" readable by users and other programs. The main purpose of
this is to be able to easily add my object to array and then simply
use array's writeToFile:atomically:.
_______________________________________________
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.