如何使用restlet api返回plist
有谁知道如何使用 Restlet REST api 返回 plist / 属性列表?我正在连接到我的 iPhone 应用程序,objective-c 与 plist 配合得更好。
does anyone know how to return a plist / property list using restlets REST api? I'm connecting to my iPhone app and objective-c works much nicer with plists.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您打算如何生成 PList?使用模板引擎或专用库,例如 JPList?
然后 Restlet 表示可以包装结果并将其发送回您的 iPhone 应用程序。
How do you intend to generate the PLists? Using a template engine or a specialized library such as JPList?
Restlet representations can then wrap the result and send it back to your iPhone app.