android和servlet之间使用json格式进行通信

发布于 2025-01-07 18:57:37 字数 74 浏览 0 评论 0原文

我想从我的 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 技术交流群。

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

发布评论

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

评论(1

灵芸 2025-01-14 18:57:37

您可以使用 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

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