Skip to content

fastjson-1.1.58.android发布

Compare
Choose a tag to compare
@wenshao wenshao released this 30 May 17:16
· 3265 commits to master since this release

这又是一个bug fixed功能增强的小版本。

Issues

  1. 支持JSONField.alternateNames #1199 https://github.com/alibaba/fastjson/wiki/JSONField_alternateNames_cn
  2. TypeReference支持传入参数,和标准版本一样 #1197 https://github.com/alibaba/fastjson/wiki/TypeReference
  3. 修复toJavaObject不支持自定义反序列化的问题 #1233
  4. 修复Feature.DisableCircularReferenceDetect导致引用计算空指针异常的问题 #1231
  5. @jsontype支持typeKey配置 #1235 #1236 https://github.com/alibaba/fastjson/wiki/JSONType_typeKey_cn
  6. 修复多层继承泛型推断的问题 #1225

相关链接