chaokunyang commented on issue #2941: URL: https://github.com/apache/fory/issues/2941#issuecomment-3653579913
Transient fields always needs copy, some class use jdk writeObject/readObject to setup object invariant, Then set transient fields to correct values in those methods. If we don't copy transient fields, the copies object will be in wrong state. -- 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]
