FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.12k stars 175 forks source link

Reduce conversion cache from Executable to KFunction #740

Closed k163377 closed 10 months ago

k163377 commented 10 months ago

Since cache target functions are almost exclusively limited to creators, the same measures as in #627 were taken to improve the efficiency of cache utilization.