We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3212e7c commit d75498cCopy full SHA for d75498c
src/main/kotlin/com/fasterxml/jackson/module/kotlin/ReflectionCache.kt
@@ -14,6 +14,7 @@ import kotlin.reflect.jvm.kotlinFunction
14
15
internal class ReflectionCache(reflectionCacheSize: Int) : Serializable {
16
companion object {
17
+ // Increment is required when properties that use LRUMap are changed.
18
private const val serialVersionUID = 1L
19
}
20
0 commit comments