Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们尝试了 WCF,它相当复杂,它在 JSON 中返回空值,GSon 对此感到窒息。
是否有另一种快速而肮脏的方式来模拟 REST 服务,供 Android/GSon 使用?
不得不在不同的服务器响应上测试我的休息客户端,最后写了这个:https ://github.com/mkotsur/restito 。