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 performance related to KotlinModule initialization and setupModule. #747

Closed k163377 closed 8 months ago

k163377 commented 8 months ago

Slightly improved performance related to KotlinModule initialization and setupModule by removing unnecessary checks and unnecessary setMixInAnnotations. With this change, the KotlinModule initialization error when using Kotlin 1.4 or lower has been eliminated.