Serialize dynamic proxy arguments using fastjson throw java.lang.IllegalAccessError

Clash Royale CLAN TAG#URR8PPP
Serialize dynamic proxy arguments using fastjson throw java.lang.IllegalAccessError
public Object invoke(Object proxy, final Method method, final Object args) throws Throwable
......
JSON.toJSONString(args);
Caused by: java.lang.IllegalAccessError: com/google/common/util/concurrent/AbstractFuture$TrustedFuture
at com.alibaba.fastjson.serializer.ASMSerializer_33_SettableFuture.write(Unknown Source) ~[?:?]
at com.alibaba.fastjson.serializer.ASMSerializer_32_CustomThriftCallback.write(Unknown Source) ~[?:?]
at com.alibaba.fastjson.serializer.JSONSerializer.writeWithFieldName(JSONSerializer.java:304) ~[fastjson-1.2.29.jar:?]
at com.alibaba.fastjson.serializer.JSONSerializer.writeWithFieldName(JSONSerializer.java:282) ~[fastjson-1.2.29.jar:?]
at com.alibaba.fastjson.serializer.ObjectArrayCodec.write(ObjectArrayCodec.java:118) ~[fastjson-1.2.29.jar:?]
at com.alibaba.fastjson.serializer.JSONSerializer.write(JSONSerializer.java:275) ~[fastjson-1.2.29.jar:?]
at com.alibaba.fastjson.JSON.toJSONString(JSON.java:648) ~[fastjson-1.2.29.jar:?]
at com.alibaba.fastjson.JSON.toJSONString(JSON.java:590) ~[fastjson-1.2.29.jar:?]
at com.alibaba.fastjson.JSON.toJSONString(JSON.java:555) ~[fastjson-1.2.29.jar:?]
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.