RestKit - 处理属性的嵌套

发布于 2024-12-23 12:57:38 字数 176 浏览 2 评论 0原文

我已经从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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

|煩躁 2024-12-30 12:57:38

您需要阅读对象映射文档。您可以在此处找到它。对象映射现在有很大不同。散布在网络上的旧文档(和教程)不再有效。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文