发布于 2015-12-10 03:54:51 | 158 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Gson Java的JSON类库

Gson 是 Google 提供的用来在 Java 对象和 JSON 数据之间进行映射的 Java 类库。可以将一个 JSON 字符串转成一个 Java 对象,或者反过来。


Gson 2.5.0 发布,更新如下:

  • Updated minimum JDK version to 1.6

  • Improved Date Deserialization by accepting many date formats

  • Added support for java.util.Currency, AtomicLong, AtomicLongArray, AtomicInteger, AtomicIntegerArray, AtomicBoolean. This change is backward-incompatible because the earlier version of Gson used the default serialization which wasn't intuitive. We hope that these classes are not used enough to actually cause problems in the field.

  • Improved debugging information when some exceptions are thrown

更多内容请看:CHANGELOG.md

下载地址:gson-parent-2.5

Gson 是 Google 提供的用来在 Java 对象和 JSON 数据之间进行映射的 Java 类库。可以将一个 JSON 字符串转成一个 Java 对象,或者反过来。



历史版本 :
Gson 2.8.2 发布,Java 的 JSON 类库
Gson 2.8.1 发布,Java 的 JSON 类库
Gson 2.6.2 发布,Google 的 JSON 处理库
Gson 2.6 和 2.6.1 发布,Java 的 JSON 类库
Gson 2.5.0 发布,Java的JSON类库
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务