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

Improved processing related to parameter parsing on Kotlin #760

Closed k163377 closed 7 months ago

k163377 commented 7 months ago

The kotlinFunction has been changed so that it is not called directly, but is referred to in the cache. This should improve the parsing speed at initialization.

Also, a common process for obtaining parameters on Kotlin was implemented, replacing the existing parameter obtaining process.