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 2022/10/09 02:09:08 UTC

[GitHub] [dubbo] wanggeqiang opened a new issue, #10710: 序列化问题 获取对象的属性值为空

wanggeqiang opened a new issue, #10710:
URL: https://github.com/apache/dubbo/issues/10710

   dubbo 2.7.12 
   接口的返回值为RpcResponse<ResourcePlaceMaterialDTO<WaterFallMaterialDTO>>
   WaterFallMaterialDTO  extend  MaterialBaseBase 
   WaterFallMaterialDTO对象中的属性获取为空  MaterialBaseBase 的属性对象不存在 (PS:使用json 打印出来)
   有大佬知道为啥吗?


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

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] liufeiyu1002 commented on issue #10710: 序列化问题 获取对象的属性值为空

Posted by GitBox <gi...@apache.org>.
liufeiyu1002 commented on issue #10710:
URL: https://github.com/apache/dubbo/issues/10710#issuecomment-1272434867

   你类的属性值都是什么? 子类是否重写了父类的 属性值?


-- 
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: notifications-unsubscribe@dubbo.apache.org

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] wanggeqiang commented on issue #10710: 序列化问题 获取对象的属性值为空

Posted by GitBox <gi...@apache.org>.
wanggeqiang commented on issue #10710:
URL: https://github.com/apache/dubbo/issues/10710#issuecomment-1272481703

   都是string 类型的,没有重新


-- 
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: notifications-unsubscribe@dubbo.apache.org

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] AlbumenJ commented on issue #10710: 序列化问题 获取对象的属性值为空

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10710:
URL: https://github.com/apache/dubbo/issues/10710#issuecomment-1272716899

   是不是 WaterFallMaterialDTO 和 MaterialBaseBase 中有同名属性,如果有同名的话 hessian 是无法处理的


-- 
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: notifications-unsubscribe@dubbo.apache.org

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