chaokunyang commented on PR #2680: URL: https://github.com/apache/fory/pull/2680#issuecomment-3343082085
The `initialClassInfos` was used to record fory registered serializer for JDK types to avoid serializers for thoese types are cleared. But since we use GraalvmSerializerHolder to aviod instance of generated serializer, there won't be serializer instance at build time. So we can remove the clear logic. Nice Fix, thanks for this PR -- 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]
