chaokunyang commented on issue #2941: URL: https://github.com/apache/fory/issues/2941#issuecomment-3654357041
If we enforce users to register a CopySerializer for unsupported classes directly, users will be aware of t. So there is no risk. You can take HashMap as an example, it has size, modCount, table fields. They all are transient. If we skip transient fields, we are copying nothing and will get NPE instead. -- 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]
