HelloToGithub opened a new issue, #11703: URL: https://github.com/apache/dubbo/issues/11703
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here Dubbo:3.1.7 fastjson2:2.0.23 dubbo serialization 配置为 fastjson2 调用Dubbo服务 内部自定义错误 throw new的时候 报错   com.alibaba.fastjson2.JSONException: fieldName not support input type TYPED_ANY -110, offset 51 at com.alibaba.fastjson2.JSONReaderJSONB.readFieldNameHashCode(JSONReaderJSONB.java:1302) at com.alibaba.fastjson2.reader.ObjectReaderException.readObject(ObjectReaderException.java:143) at com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:360) at com.alibaba.fastjson2.JSONReaderJSONB.read(JSONReaderJSONB.java:217) at com.alibaba.fastjson2.reader.ObjectReaderException.readObject(ObjectReaderException.java:172) at com.alibaba.fastjson2.reader.ObjectReaderException.readJSONBObject(ObjectReaderException.java:360) at com.alibaba.fastjson2.JSONB.parseObject(JSONB.java:518) at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:116) at org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectInput.readObject(FastJson2ObjectInput.java:102) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
