RestKit - 处理属性的嵌套
我已经从github下载了最新的RestKit版本0.9.3并且 注意到方法 mapFromKeyPath: toAttribute: 已被删除 来自 RKObjectMapping。该方法用于将属性嵌套在 消息的 Json 正文。
有没有替代方法或者其他方法 没有 mapFromKeyPath 方法的嵌套属性?
I have downloaded the latest RestKit version 0.9.3 from github and
noticed that the method mapFromKeyPath: toAttribute: has been removed
from RKObjectMapping. The method is used to nest attributes in the
Json body of the message.
Is there a replacement method or another way
of nesting attributes without the mapFromKeyPath method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要阅读新对象映射文档。您可以在此处找到它。对象映射现在有很大不同。散布在网络上的旧文档(和教程)不再有效。
You need to read the new object mapping documentation. You can find it at here. Object mapping is very different now. The old docs (and tutorials) that are scattered about the web don't work anymore.