chaokunyang commented on issue #2383: URL: https://github.com/apache/fory/issues/2383#issuecomment-3041321655
> When deserializing, checking the classes against the disallow list (for instance) does take a certain amount of time. This check only happens at the first time, and the result will be cached. Currently the classes in DisallowedList are definitly should not be serialized. If there are some classes in this list that needs be serialized, users can invoke `fory#registerSerializer` ahead when creating fory. In this way, it can walk around this limit. And since users registered them own serializers, it's the user's duty for the serialization safety -- 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]
