You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ of `Json {}` builder
51
51
*`Json.encodeToDynamic` extension is added as a counterpart to `Json.decodeFromDynamic` (former `DynamicObjectParser`) (#116)
52
52
53
53
* Other API changes:
54
-
*`JsonInput` and `JsonOutput` are renamed to `JsonEncoder` and `JsonDecoder`
54
+
*`JsonInput` and `JsonOutput` are renamed to `JsonDecoder` and `JsonEncoder`
55
55
* Methods in `JsonTransformingSerializer` are renamed to `transformSerialize` and `transformDeserialize`
56
56
*`JsonParametricSerializer` is renamed to `JsonContentPolymorphicSerializer`
57
57
*`JsonEncodingException` and `JsonDecodingException` are made internal
@@ -64,7 +64,7 @@ of `Json {}` builder
64
64
65
65
* The new naming scheme for `SerialFormats`
66
66
* Core functions in `StringFormat` and `BinaryFormat` are renamed and now follow the same naming scheme
67
-
*`stringify`/`parse` are renamed to `encodeToString`/`decodeToString`
67
+
*`stringify`/`parse` are renamed to `encodeToString`/`decodeFromString`
68
68
*`encodeToByteArray`/`encodeToHexString`/`decodeFromByteArray`/`decodeFromHexString` in `BinaryFormat` are introduced instead of `dump`/`dumps`/`load`/`loads`
0 commit comments