theigl opened a new issue, #2066: URL: https://github.com/apache/fury/issues/2066
### Question Hi, Fury show the following (correct) warning for one of my classes: > class xy.SimplePrincipalCollection customized jdk serialization, which is inefficient. Please replace it with a org.apache.fury.serializer.Serializer or implements java.io.Externalizable. I have no control over this class and cannot write an efficient custom serializer because internals cannot be accessed without reflection. How can I force fury to use the default JIT/Codegen serializer for this class? -- 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]
