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.
class VO {
private MyEnum myEnum;
public void setMyEnum(MyEnum myEnum){this.myEnum = myEnum;}
public MyEnum getMyEnum(){ return myEnum;}
}
配合自定义的EnumSerDeserializer方式,
序列化|反序列时候:
当设置asm=false,才能成功执行
当设置asm=true,失败
fastJson版本:1.4.2
The text was updated successfully, but these errors were encountered: