zrlw commented on PR #16198:
URL: https://github.com/apache/dubbo/pull/16198#issuecomment-4221893906

   @uuuyuqi  you'd better add testcase that  the interface has complex object 
which has narrow number bytes fields. e.g.,
   ```
   public interface DemoService {
       void processPerson(Person person);
   }
   
   public static class Person {
       String name;
       byte age;
       short height;
       float salary;
   }
   ```


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