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/12/31 05:40:34 UTC

[GitHub] [dubbo] EarthChen commented on issue #11161: dubbo 协议 切换 到 Triple 兼容性问题(序列化方式)

EarthChen commented on issue #11161:
URL: https://github.com/apache/dubbo/issues/11161#issuecomment-1368168855

   @fl061157 问一下你这边是具体是什么场景呢,虽然我提了 pr 去修复和 dubbo 的保持一致,但是我本地测试原有的方式似乎也是可以的
   
   ```java
   @Override
   public ParentPojo greetChildPojo(String test) {
       ChildPojo childPojo = new ChildPojo();
       childPojo.setChild(test);
       childPojo.setParent(test);
       return childPojo;
   }
   ```
   
   <img width="894" alt="image" src="https://user-images.githubusercontent.com/20179425/210126397-c14de1f7-a00d-425f-947f-de0d877ca0a0.png">
   
   
   最好可以在sample上提个pr,我们针对pr去修复
   
   https://github.com/apache/dubbo-samples
   
   
   ```
   org.apache.dubbo.sample.tri.api.PojoGreeter
   ```


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