Re: NSDictionary round trip?
Re: NSDictionary round trip?
- Subject: Re: NSDictionary round trip?
- From: "Adam R. Maxwell" <email@hidden>
- Date: Fri, 18 Aug 2006 19:01:58 -0700
On Aug 18, 2006, at 18:27, Mark Dawson wrote:
I see there is a - (NSString *)description that converts the
NSDictionary into a string; however, is there a way of taking that
string and creating a dictionary from it? I didn't see any init
methods like this. I'd like to send a dictionary to a thread (or
across a network) and recieve a dictionary in return?
You should probably use +[NSPropertyListSerialization
dataFromPropertyList:format:errorDescription:] for this.
--
Adam
_______________________________________________
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