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.
大家好,是否有任何方法可以序列化具有访问任何 Web 服务所需的请求数据的 JSONObject。我已经阅读了关于 Jackson,Gson 库的信息,但找不到这样做的方法,因为我必须序列化 JSONObject 而不是 Java Object。
我是 android 开发的新手,无法弄清楚如何做到这一点。
提前致谢。
您可以序列化String表示JSONObject.
String
JSONObject
执行返回你需要toString()的东西。这里的文档JSONObject
toString()