zhangcunli opened a new issue, #2772:
URL: https://github.com/apache/dubbo-go/issues/2772
### Environment
- Server: Dubbo-go, v3.3.0
- Client: Dubbo-go, v3.2.0-rc2
- Protocol: Dubbo
- Registry: zk
### Issue description
1. Java Server, reply struct:
```
public class Reply {
private BigDecimal lnt; //"100.5494959494355"
}
```
2.dubbo client: generic call, the response become:
```
{
"lnt": {
"Value": "100.5494959494355"
}
}
```
3. https://github.com/apache/dubbo-go-hessian2/blob/master/serialize.go
<img width="877" alt="image"
src="https://github.com/user-attachments/assets/ddf38178-3672-47e9-b7a0-a2731bdc0a00"
/>
</details>
--
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]