android和servlet之间使用json格式进行通信
我想从我的 Android 客户端将 json 格式的数据发送到 servlet。能做到吗?如果是的话,使用 json 的好处是什么?
I want to send data in json format to a servlet from my android client. Can it be done? If so what is the advantage of using json.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 json 格式从 Android 向 Web 服务发送和检索数据。
在 Android 中,可以使用 GSon 解析数据以发送到网络服务。
使用JSon的优点是最小化数据传输,然后速度更快
You can send and retrieve data using json format from Android to a web service.
In Android use can use GSon to parse data to send to web service.
Advantage of using JSon is to minimize the data transferring, then it is faster