单点触控 NSKeyedArchiver
有人有在单点触控中使用 NSKeyedArchiver 的示例吗?我只想存储 pocos 列表
w://
does anyone have any examples of using NSKeyedArchiver in monotouch? i just want to store a list of pocos
w://
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定是否有 MonoTouch 的 NSKeyedArchiver 示例,但是,如果您正在寻找如何通过序列化保存对象,您可以在 MonoTouch 中使用 .Net 序列化 API 并使用 C# 示例。
至于使用 NSKeyedArchiver 的东西,它已经被绑定并且可用,所以你可能想尝试使用 Objective-C 示例作为在 MonoTouch 中执行此操作的指南。
Not sure if there are NSKeyedArchiver examples for MonoTouch but, if you are looking for a how to persist objects via serialization, you can use the .Net serialization APIs in MonoTouch and use C# examples.
As for using the NSKeyedArchiver stuff, it has been bound and is available so you might want to try use an Objective-C example as a guide for doing it in MonoTouch.