chaokunyang commented on issue #2210:
URL: https://github.com/apache/fury/issues/2210#issuecomment-2867161203

   Hi @HsinDumas , you need to update your pojo def to:
   ```java
     @EqualsAndHashCode(callSuper = true)
     @ToString(callSuper = true)
     @Data
     public static class Son extends Father {
       private Integer c;
     }
   ```
   I think this is what you want:
   
![Image](https://github.com/user-attachments/assets/2229f247-2b3a-4da3-aed3-5f075da19128)


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