lucky-xin opened a new issue #54: URL: https://github.com/apache/dubbo-hessian-lite/issues/54
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.0.4 * Operating System version: MAC OS Monterey * Java version: jdk8 ### Steps to reproduce this issue ### 服务消费者传递org.bson.types.ObjectId到服务提供者ObjectId和消费着的ObjectId不一致 1. 服务消费者设置一个ObjectId调用服务提供者 2. 服务提供者拿到ObjectId然后打印 3. 两个ObjectId不一致 服务提供者实现代码  服务消费者实现代码  测试单元代码  [bug复现项目代码链接](https://github.com/lucky-xin/dubbo-samples) Pls. provide [GitHub address] to reproduce this issue. ### Expected Behavior 期望消费者与提供者之间传递ObjectId时,序列化以及反序列化之后,ObjectId值不变 ### Actual Behavior <!-- What actually happens? --> If there is an exception, please attach the exception trace: ``` Just put your stack trace here! ``` -- 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]
