Re: [mono-android] Deserializing Json String to List Collection shows Null value

2014-01-20 Thread Jonathan Pryor
Please file a bug with a test case at bugzilla.xamarin.com. Thanks, - Jon On Jan 7, 2014, at 7:15 AM, venkatesh wrote: > Hi, > > I am trying to deserialize the JSON String from WCF Rest Service into C# > List collection. But deserialization showing null. > > *WCF Service* > > > > *GetJSON

Re: [mono-android] Deserializing Json String to List Collection shows Null value

2014-01-10 Thread Sayed Arian Kooshesh
did you assign things like [JsonProperty("username")] ? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Deserializing Json String to List Collection shows Null value

2014-01-09 Thread venkatesh
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 resul