You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/08/17 06:14:55 UTC

[GitHub] [dubbo-go] jjhewlett opened a new issue #717: go-hessian2报错 error:decObject illegal object type tag:121

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] jjhewlett commented on issue #717: go-hessian2报错 error:decObject illegal object type tag:121

Posted by GitBox <gi...@apache.org>.
jjhewlett commented on issue #717:
URL: https://github.com/apache/dubbo-go/issues/717#issuecomment-674719250


   @wongoo


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] jjhewlett closed issue #717: go-hessian2报错 error:decObject illegal object type tag:121

Posted by GitBox <gi...@apache.org>.
jjhewlett closed issue #717:
URL: https://github.com/apache/dubbo-go/issues/717


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks closed issue #717: go-hessian2报错 error:decObject illegal object type tag:121 请求帮助

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #717:
URL: https://github.com/apache/dubbo-go/issues/717


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] jjhewlett commented on issue #717: go-hessian2报错 error:decObject illegal object type tag:121 请求帮助

Posted by GitBox <gi...@apache.org>.
jjhewlett commented on issue #717:
URL: https://github.com/apache/dubbo-go/issues/717#issuecomment-675201339


   @wongoo 我都已经定义了。
   ![image](https://user-images.githubusercontent.com/69667512/90460790-3fea6c00-e137-11ea-873e-8a000f5a9ba9.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #717: go-hessian2报错 error:decObject illegal object type tag:121 请求帮助

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #717:
URL: https://github.com/apache/dubbo-go/issues/717#issuecomment-674892224


   u have submit the same question as https://github.com/apache/dubbo-go-hessian2/issues/220. 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] jjhewlett commented on issue #717: go-hessian2报错 error:decObject illegal object type tag:121

Posted by GitBox <gi...@apache.org>.
jjhewlett commented on issue #717:
URL: https://github.com/apache/dubbo-go/issues/717#issuecomment-674709861


   @AlexStocks


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] jjhewlett commented on issue #717: go-hessian2报错 error:decObject illegal object type tag:121

Posted by GitBox <gi...@apache.org>.
jjhewlett commented on issue #717:
URL: https://github.com/apache/dubbo-go/issues/717#issuecomment-674703519


   hessian.RegisterPOJO(&ResponseData{})
   我的DATA是一个JAVA泛型


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org