CherishCai opened a new pull request, #2311: URL: https://github.com/apache/fory/pull/2311
## What does this PR do? Support customized serializer for abstract or interface. First, cache `absClassInfo` in `extRegistry` when `setClassInfo` if class is abstract or interface. And then, find that in `createSerializer` for new type of Class. If match, return the customized (abs)serializer . ## Related issues - https://github.com/apache/fory/issues/1806 -- 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]
