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

The KotlinModule#serialVersionUID is set to private #746

Closed k163377 closed 8 months ago

k163377 commented 8 months ago

There was no point in making it public, and in fact, it was set to private elsewhere. Steps such as deprecation were ignored since the property is of no particular use.