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
did you assign things like [JsonProperty("username")] ?
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
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