Is your feature request related to a problem? Please describe.
Currently fury tests will generate different test class for chaos and class compatibility tests, the class will be used to test fury with different config.
For every fury config, those class will be compiled again, the compilation use javac and subporcess , which is slow and affect fury ci efficiency.
Describe the solution you'd like
Cache generated serializer by key.
Additional context
Add any other context or screenshots about the feature request here.