alan2016llg opened a new issue, #2574:
URL: https://github.com/apache/dubbo-go/issues/2574

   <!-- Please only use this template for submitting enhancement requests -->
   
   **What would you like to be added**:
   通过go调用java的服务时,返回对象中存在如以下被注解标注不期望被消费端看见的属性时,在消费端任然被获取到。    
   @JSONField(
               serialize = false,
               deserialize = false
       )
       @JsonIgnore
       public boolean isSuccess() {
           return this.status == 200;
       }
   
   **Why is this needed**:
   对返回结果做进一步的解析处理,像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.

To unsubscribe, e-mail: [email protected]

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