Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In commit 8fd3f89 serializers that depend on jdk 8 are only registered if the related class is available. The CI builds showed that this classname lookup takes significant time (detected by some naive micro benchmarks in the project): https://jenkins.inoio.de/job/kryo/buildTimeTrend Caching classname lookup shall speed up Kryo instantiation and CI builds as well. Fixes EsotericSoftware#416
- Loading branch information