Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

1.2.4

Compare
Choose a tag to compare
@oldratlee oldratlee released this 10 May 13:40
· 3200 commits to master since this release
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.4</version>
</dependency>

Release notes:

  1. 修复map为空,开启SerializerFeature.WriteClassName时,反序列化失败的问题。
  2. 修复TypeUtils从数值型的负数转换成Date失败的问题。
  3. 修复反序列化ISO8601格式的UTC时间失败的问题。
  4. 当对象实现了泛型接口,并且泛型继承自其他类型,修复此类对象在jdk1.7和jdk1.8中反序列化失败的问题(此问题在jdk1.6中不存在)。
  5. Feature.OrderedField支持对每一层的key按照字符串顺序进行反序列化。