File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ Andrey Lipatov (LipatovAndrey@github)
18
18
* Contributed fix for #80 : Boolean property name starting with 'is' not serialized /
19
19
deserialized properly
20
20
(2.10.1 )
21
+
22
+ Konstantin Volivach (kostya05983@github)
23
+ * Contributed fix for #254 : Add serializers for Sequences
24
+ (2.10.1 )
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Project: jackson-module-kotlin
16
16
#225 : Don' t instantiate new instances of Kotlin singleton objects
17
17
(reported by Dico200@github; fix by Alain L)
18
18
- Make byte code target 1.8 (can' t do many things with 1.7 anyway)
19
+ #254 : Serializer/Deserializers for Sequences
20
+ (reported by SprocketNYC@github; fix by Konstantin V)
19
21
20
22
2.10.0 (26 -Sep-2019 )
21
23
You can’t perform that action at this time.
0 commit comments