On Aug 26, 2011, at 10:27 PM, Nick Randolph wrote:
> Does anyone have a sample of this that works.

I don't have a sample, but I think I know the problem you're seeing. You cannot 
currently use DataContractJsonSerializer with types inheriting (directly or 
indirectly) from Java.Lang.Object, because DataContractJsonSerializer doesn't 
invoke the Java.Lang.Object constructor. (Consequently, the Java-side object is 
never allocated, and things go "weird" quickly.)

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to