在 Android 中将对象转换为 JSON
Android 中有没有一种简单的方法可以将任何对象转换为 JSON?
Is there a simple method to convert any object to JSON in Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Android 中有没有一种简单的方法可以将任何对象转换为 JSON?
Is there a simple method to convert any object to JSON in Android?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
大多数人都在使用 gson :检查一下
Most people are using gson : check this
可能是更好的选择:
Might be better choice:
下载 Gradle 库:
在方法中使用该库。
download the library Gradle:
To use the library in a method.
Spring for Android 使用 RestTemplate 轻松完成此操作:
Spring for Android do this using RestTemplate easily:
Kotlin 方式
The Kotlin way
从 Android 3.0(API 级别 11)开始,Android 拥有更新且改进的 JSON 解析器。
http://developer.android.com/reference/android/util/JsonReader.html
As of Android 3.0 (API Level 11) Android has a more recent and improved JSON Parser.
http://developer.android.com/reference/android/util/JsonReader.html
无论如何,您知道这一点
您可能忘记添加 @Expose
Anyway, you know this
You might have forget to add @Expose