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/11/03 00:48:36 UTC

[GitHub] [dubbo] iloveoovo commented on issue #10868: 自2.7.5版本后 dubbo泛化实现存在问题不能正常反序列化的情形

iloveoovo commented on issue #10868:
URL: https://github.com/apache/dubbo/issues/10868#issuecomment-1301528904

   是泛化实现不正确,如下图所示:标志1是接口定义,标注2是实际返回的数据
   <img width="845" alt="image" src="https://user-images.githubusercontent.com/12338948/199627272-1330359a-3b8d-425b-b909-e55fc2702d6a.png">
   
   针对泛化实现这个场景, 由于DecodeableRpcResult 没有进入图1中的位置,导致后续通过PojoUtils进行map转bean的分支进入不了:
   <img width="767" alt="image" src="https://user-images.githubusercontent.com/12338948/199628252-c6ce5bf3-6c49-4896-8ac7-68a59424e6ea.png">
   <img width="897" alt="image" src="https://user-images.githubusercontent.com/12338948/199628335-964dd314-bed3-4586-82af-c2ad192db20e.png">
   <img width="1008" alt="image" src="https://user-images.githubusercontent.com/12338948/199628410-b138523b-1f38-47c8-938f-be29c235538e.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.

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