Deserialze to NSDictionary with proper type?
Deserialze to NSDictionary with proper type?
- Subject: Deserialze to NSDictionary with proper type?
- From: Daniel Muller <email@hidden>
- Date: Mon, 21 Mar 2005 01:07:17 -0800 (PST)
Hello,
I'm wondering how to de-serialize a plist file (xml
format) to a NSDictionary with the proper type for all
the simple keys. It seems
NSPropertyListSerialization.dictionaryForString or
NSPropertyListSerialization.propertyListFromString
creates a NSDictionary with a String type for all
simple keys instead of Number, Date or Boolean, even
if the keys are <integer>, <real>, <date> or
<boolean>.
Any idea how to get the proper type while
de-serializing a property list file in a dictionary?
Thanks,
Daniel
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden