fastjson 1.1.58.android 发布了,这又是一个 bug fixed 以及功能增强的小版本。
Issues
支持JSONField.alternateNames https://github.com/alibaba/fastjson/wiki/JSONField_alternateNames_cn
TypeReference支持传入参数,和标准版本一样 https://github.com/alibaba/fastjson/wiki/TypeReference
修复toJavaObject不支持自定义反序列化的问题
修复Feature.DisableCircularReferenceDetect导致引用计算空指针异常的问题
@jsontype支持typeKey配置 https://github.com/alibaba/fastjson/wiki/JSONType_typeKey_cn
修复多层继承泛型推断的问题
相关链接
下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.1.58.android/
文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
源码 https://github.com/alibaba/fastjson/tree/1.1.58.android
下载地址:https://github.com/alibaba/fastjson/archive/1.1.58.android.zip
来自:开源中国社区

