chaokunyang commented on issue #1972: URL: https://github.com/apache/fury/issues/1972#issuecomment-2569043551
If you want to avoid class registeration, this will need more work, you need to extend `org.apache.fury.meta.ClassDef` and replace the original class with new passed class for all fields and the class. Then you need to extend `ClassResolver` with a new `readClassInfoWithMetaShare` method with passed deserialized type -- 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]
