alibaba / fastjson2

🚄 FASTJSON2 is a Java JSON library with excellent performance.
Apache License 2.0
3.8k stars 497 forks source link

[BUG]NoClassDefFoundError: Failed resolution of: Ljava/time/ZoneId #864

Open dlluotian opened 2 years ago

dlluotian commented 2 years ago

问题描述

将Java对象序列化为JSON时,出现以下错误 java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/ZoneId; at com.alibaba.fastjson2.JSONWriter$Context.(JSONWriter.java:1142) at com.alibaba.fastjson2.JSON$-CC.toJSONString(JSON.java:2004)

但是使用1.1.72.android就不会出现任何错误

环境信息

dlluotian commented 2 years ago

不好意思,没注意到fastjson2不支持api26以下的系统

wenshao commented 2 years ago

要做支持的有成本,目前忙不过来