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

fastjson-1.1.52.android BUG修复

Compare
Choose a tag to compare
@wenshao wenshao released this 21 May 13:32
· 3265 commits to master since this release

这是一个较少改动的版本,修复两个小bug,同时将两个标准版本的功能迁移到android版本上。

  1. 修复当子类和父类有相同名字字段时混淆后可能导致赋值到父类字段的情况。#615
  2. 修复当public Field和Getter方法类型不一致时导致序列化报错的问题
  3. JSON类新增toJavaObject方法,和标准版保持一致
  4. JSONType注解支持seeAlso配置,和1.2.11版本一致

相关链接