File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ kkurczewski
21
21
* #689 : Add KotlinDuration support
22
22
23
23
WrongWrong (@k163377 )
24
+ * #707 : Changed to use default argument on null if JsonSetter(nulls = Nulls.SKIP) is specified.
24
25
* #700 : Reduce the load on the search process for serializers
25
26
* #687 : Optimize and Refactor KotlinValueInstantiator.createFromObjectWith
26
27
* #686 : Add KotlinPropertyNameAsImplicitName option
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Co-maintainers:
18
18
19
19
2.16 .0 (not yet released )
20
20
21
+ #707 : If JsonSetter (nulls = Nulls .SKIP ) is specified , the default argument is now used when null .
21
22
#700 : Reduce the load on the search process for serializers.
22
23
#689 : Added UseJavaDurationConversion feature.
23
24
By enabling this feature and adding the Java Time module , Kotlin Duration can be handled in the same way as Java Duration .
You can’t perform that action at this time.
0 commit comments