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.
我们在 Android 上有 java 客户端,有 php 作为服务器端。我们的问题是在客户端和服务器之间发送一些类对象。对象包含一些简单的数据类型(如整数或字符串)和另一个类的字段(例如坐标 x,y)。实施它的最佳方法是什么?通过json发送?xml?也许像粗麻布一样?
实际上,你不能发送对象,你只能发送数据。为什么不使用 JSON?众所周知,它可以工作。