Re: NSArray to string and back problems
Re: NSArray to string and back problems
- Subject: Re: NSArray to string and back problems
- From: Uli Kusterer <email@hidden>
- Date: Thu, 24 Nov 2005 18:02:26 +0100
Am 24.11.2005 um 15:09 schrieb glenn andreas:
Property lists can only contain a handful of things (NSData,
NSString, NSNumber, NSDate, NSArray, or NSDictionary). You're got:
(...)
which shows that you're trying to use properly list serialization
on a CIImage.
You'll need to use a non-textual archiving (such as NSArchiver or
NSKeyedArchiver).
Note that NSKeyedArchiver at least can also be serialised to XML if
you use the right API. It's not very readable XML, but it is possible
to make a string from it and unarchive that again.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden