这又是一个bug fixed功能增强的小版本。
Issues
- 支持JSONField.alternateNames #1199 https://github.com/alibaba/fastjson/wiki/JSONField_alternateNames_cn
- TypeReference支持传入参数,和标准版本一样 #1197 https://github.com/alibaba/fastjson/wiki/TypeReference
- 修复toJavaObject不支持自定义反序列化的问题 #1233
- 修复Feature.DisableCircularReferenceDetect导致引用计算空指针异常的问题 #1231
- @JSONType支持typeKey配置 #1235 #1236 https://github.com/alibaba/fastjson/wiki/JSONType_typeKey_cn
- 修复多层继承泛型推断的问题 #1225