Re: ERRest plist response and Objective-C

2010-11-24 Thread Farrukh Ijaz
On 2010-11-24, at 10:48 PM, Mike Schrag wrote: > well, i just generate plists using NSPropertyListSerialization, so i would > suggest that it's a bug there ... Agreed! It's not at Wonder side. However, I think a flag should have been provided in NSPropertyListSerialization serialization method

Re: ERRest plist response and Objective-C

2010-11-24 Thread Mike Schrag
well, i just generate plists using NSPropertyListSerialization, so i would suggest that it's a bug there ... On Nov 24, 2010, at 2:32 PM, Mark Ritchie wrote: > On 24/Nov/2010, at 1:42 PM, Farrukh Ijaz wrote: >> The situation I face is the null elements of the plist contain value >> "" when they

Re: ERRest plist response and Objective-C

2010-11-24 Thread Mark Ritchie
On 24/Nov/2010, at 1:42 PM, Farrukh Ijaz wrote: > The situation I face is the null elements of the plist contain value > "" when they are converted > to plist. But on Objective-C side, such fields are created as NSCFString. Do > you have any idea how I can compare this to NSNull object? Right no