JavaScriptSerializer 和 monodevelop
我正在阅读 这本书但是我来自System.Web.Script.Serialization命名空间的JavaScriptSerializer因为它似乎不可用?
Im reading this book but I JavaScriptSerializer from the System.Web.Script.Serialization namespace because it seems to be unavailable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这是一篇非常旧的帖子,但偶然有人像我一样偶然发现了这个,System.Web.Script.Serialization 可在 System.Web.Extensions。
I know this a really old post but by chance someone stumbles upon this like I have, System.Web.Script.Serialization is available in System.Web.Extensions.
在此处下载源代码并添加为现有项目。
然后添加作为参考:
http://www.bloxify.com/post /MonoTouch-Easy-JSON-Library.aspx
编辑:
您可能还会发现 monotouch 链接器非常激进。我会让代码在模拟器中正常工作,但在设备中崩溃,方法丢失异常。在您的应用程序中的某个位置添加一个方法(您不必调用它),如下所示:
Download source here and add as existing project.
Then add as reference:
http://www.bloxify.com/post/MonoTouch-Easy-JSON-Library.aspx
Edit:
You may also find that the monotouch linker is pretty aggressive. I would have code work fine in the simulator but crash in the device with method missing exceptions. Add a method somewhere in your app (you dont have to call it) like so: