jjhewlett opened a new issue #717:
URL: https://github.com/apache/dubbo-go/issues/717


   go-hessian2报错 error:decObject illegal object type tag:121
   
   我是Java服务端,dubbo-go是客户端。
   现在Data是java下发的一个List,list里每一个元素,都是实体对象
   下发单个没问题,下发list的就go-hessian2抛异常
   
   hessian.RegisterPOJO(&ResponseData{})
   type ResponseData struct {
        Code string
        Msg  string
        Data interface{}
   }
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to