一种模拟 REST 服务的快速方法,供 Android/GSon 使用吗?
我们尝试了 WCF,它相当复杂,并且它在 JSON 中返回空值,这让 GSon 感到窒息。
是否有另一种快速而肮脏的方法来模拟 REST 服务,供 Android/GSon 使用?
We tried WCF and it is fairly complex, and it returns nulls in the JSON, which GSon chokes on.
Is there another quick and dirty way to mock a REST service, for Android/GSon usage ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
必须在不同的服务器响应上测试我的其余客户端,最终编写了这个: https://github.com/mkotsur /restito。
Had to test my rest client on different server responses, ended up with writing this one: https://github.com/mkotsur/restito.