Hi,

I am trying to deserialize the JSON String from WCF Rest  Service into C#
List collection. But deserialization showing null.

*WCF Service*



*GetJSONString Method returns JSON String*



*Json String Output*



*C# Class (Model)*



*Now Deserialising json into List*



*Output :*

var results = JsonConvert.DeserializeObject<Rootobject>(s);

The above code results retun Null.

Kindly suggest me to resolve the issue.

Thanks

Venkatesh
   



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/RE-Deserializing-Json-String-to-List-Collection-shows-Null-value-tp5713653.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to