You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
对象内有
java.sql.Time类型字段时 反序列化会报错,跟踪代码发现是
com/alibaba/fastjson/util/TypeUtils.java类中没有对java.sql.Time的反序列进行支持.