一种模拟 REST 服务的快速方法,供 Android/GSon 使用吗?

发布于 2024-10-06 02:36:56 字数 105 浏览 1 评论 0原文

我们尝试了 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 技术交流群。

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

发布评论

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

评论(1

剑心龙吟 2024-10-13 02:36:56

必须在不同的服务器响应上测试我的其余客户端,最终编写了这个: 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.

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