92daxia opened a new issue, #1908:
URL: https://github.com/apache/fury/issues/1908

   ### Question
   
   If not registered, is it compatible to deserialize class attributes after 
adding or deleting them.
   v1
   SomeClass {
       int a;
       String b;
       long c;
   }
   
   v2(deserialize)
   SomeClass {
       String b;
       long c;
       int d;
   }


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