fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

[QUESTION] fastjson1迁移至2的用法问题

Open prog-ape opened this issue 2 years ago • 1 comments

SimplePropertyPreFilter SerializeFilter ExtraProcessor 请问上面这几个对应fastjson2的是哪些?

prog-ape avatar Jul 25 '22 03:07 prog-ape

SimplePropertyPreFilter和SerializeFilter现在是支持的,ExtraProcessor目前还不支持

wenshao avatar Sep 17 '22 01:09 wenshao

https://github.com/alibaba/fastjson2/releases/tag/2.0.15 请用新版本,升级文档看这里:https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn

wenshao avatar Oct 05 '22 07:10 wenshao

version: 2.0.44

error: The method toJSONString(Object, JSONWriter.Feature...) in the type JSONObject is not applicable for the arguments (List<Subject>, SimplePropertyPreFilter)

lifw555 avatar Dec 25 '23 07:12 lifw555