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 has been archived by the owner on Oct 23, 2024. It is now read-only.
自定义的一些字段并没有被反序列化:
我定义的类内容如下:
但通过MyException myExceptionJson = JSON.parseObject(str,MyException.class);
反序列化后,得到的myExceptionJson的code字段并没有被反序列化出来。
The text was updated successfully, but these errors were encountered: