• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSArray to string and back problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >NSArray to string and back problems (From: Colin Cornaby <email@hidden>)
 >Re: NSArray to string and back problems (From: Shawn Erickson <email@hidden>)
 >Re: NSArray to string and back problems (From: Colin Cornaby <email@hidden>)
 >Re: NSArray to string and back problems (From: glenn andreas <email@hidden>)

  • Prev by Date: Re: Cross platform development: Was: Deprecated methods in NSDocument
  • Next by Date: NSRunLoop, processes and distributed objects
  • Previous by thread: Re: NSArray to string and back problems
  • Next by thread: Newbie needs help with tableview and bindings
  • Index(es):
    • Date
    • Thread