1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Gson 2.5.0 发布,Java的JSON类库 下载

本帖由 漂亮的石头2015-12-10 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,355
    赞:
    47
    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.5.0 发布,Java的JSON类库下载地址
     
正在加载...