My experiences with DataContractJsonSerializer have been less then pleasant when dealing with arrays and other types such as IDictionary - I realize it does add some additional size to your APK (although it's fairly minimal), but I would recommend using this JSON.NET port.
https://github.com/ayoung/Newtonsoft.Json -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/DataContractJsonSerializer-cannot-convert-to-array-tp5119121p5120103.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
