File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/tools/jackson/module/kotlin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ internal class KotlinKeySerializers : Serializers.Base() {
6161 override fun findSerializer (
6262 config : SerializationConfig ,
6363 type : JavaType ,
64- beanDesc : BeanDescription ,
64+ beanDescRef : BeanDescription . Supplier ,
6565 formatOverrides : JsonFormat .Value ?
6666 ): ValueSerializer <* >? = when {
6767 type.rawClass.isUnboxableValueClass() -> ValueClassStaticJsonKeySerializer .createOrNull(type.rawClass)
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ internal class KotlinSerializers : Serializers.Base() {
8383 override fun findSerializer (
8484 config : SerializationConfig ? ,
8585 type : JavaType ,
86- beanDesc : BeanDescription ? ,
86+ beanDescRef : BeanDescription . Supplier ? ,
8787 formatOverrides : JsonFormat .Value ?
8888 ): ValueSerializer <* >? {
8989 val rawClass = type.rawClass
You can’t perform that action at this time.
0 commit comments