huanyang001 opened a new issue, #14425: URL: https://github.com/apache/dubbo/issues/14425
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar issues. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Dubbo Version Dobbo 版本 3.2.10 jdk版本 1.8 ### Steps to reproduce this issue 参数丢失 ### What you expected to happen 序列化方式为fastjson2,provider端参数反序列化会导致参数类型为ArrayList的数据丢失 消费者调用服务,入参为 [{"boost":1.0,"commonTerm":false,"existTerm":false,"firstValue":0,"includeLower":true,"includeUpper":false,"isNested":false,"must":true,"name":"supplierLevel","nested":false,"rangeTerm":true,"secondValue":6,"termEnum":"RANGE","value":0,"values":[0,6]},{"boost":1.0,"commonTerm":false,"existTerm":false,"firstValue":0,"includeLower":true,"includeUpper":false,"isNested":false,"must":true,"name":"supplierLevel","nested":false,"rangeTerm":true,"secondValue":5,"termEnum":"RANGE","value":0,"values":[0,5]}] 提供者接收到的参数 [{"boost":1.0,"commonTerm":false,"existTerm":false,"firstValue":0,"includeLower":true,"includeUpper":false,"isNested":false,"must":true,"name":"supplierLevel","nested":false,"rangeTerm":true,"secondValue":6,"termEnum":"RANGE","value":0,"values":[0,6]},{"boost":1.0,"commonTerm":false,"existTerm":false,"firstValue":0,"includeLower":true,"includeUpper":false,"isNested":false,"must":true,"name":"supplierLevel","nested":false,"rangeTerm":true,"termEnum":"RANGE","value":0,"values":[0]}], ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [X] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
