zrlw commented on issue #15750:
URL: https://github.com/apache/dubbo/issues/15750#issuecomment-3484556982
You might encounter other trouble if you set
```-Dcom.caucho.hessian.unsafe=false``` since there are many deserializations
of dubbo hessian lite depend on it.
maybe your provider should be refactored like this:
```
public class MsgGetReq implements Serializable {
private short type;
private short appId;
public MsgGetReq() {
type = 1;
}
}
```
--
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]