mcck commented on issue #15183:
URL: https://github.com/apache/dubbo/issues/15183#issuecomment-2690254979
In Dubbo, the `dubbo-hessian-lite` tool is used for serialization. In the
file
`dubbo-serialization/dubbo-serialization-hessian2/src/main/java/org/apache/dubbo/common/serialize/hessian2/Hessian2SerializerFactory.java`,
only this line of code was added:
```java
if (InputStream.class.equals(cl)) {
return InputStreamDeserializer.DESER;
}
```
However, the InputStreamDeserializer class is in the dubbo-hessian-lite
module, and it has not been updated yet because the commits have not been
merged: [commits](https://github.com/apache/dubbo-hessian-lite/pull/76/commits)
--
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]