summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-09-17Proofread json.md (#1667)Pavel Semyonov
2021-09-03Add explicit module-info's for JPMS compatability (#1624)Gerard de Leeuw
2021-08-31Fix annotation nameGeert
2021-08-17Documentation for 'explicitNulls' feature (#1634)Leonid Startsev
2021-08-12Add guide for delegating serializers and wrapping serial descriptor (#1591)Leonid Startsev
2021-07-08Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-06-24Fix link to Static Types section (#1565)Petter Måhlén
2021-05-24Get rid of (almost) all build warnings and deprecationsLeonid Startsev
2021-05-17Clarify docs section of static typing with polymorphism (#1492)Roman Elizarov
2021-04-20Support contextual serialization of generic classes (#1416)Leonid Startsev
2021-04-14Replace Array<String> in JsonNames with varargLeonid Startsev
2021-04-14Add @JsonNames annotationLeonid Startsev
2021-03-12Rewrite and restructure JSON parser (#1343)Vsevolod Tolstopyatov
2021-02-19Update Kotlin to 1.4.30 release and prepare 1.1.0 release (#1340)upstream/v1.1.0Leonid Startsev
2021-02-04Remove JCenter() from repositories where possible (#1322)Leonid Startsev
2021-02-01Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-02-01Fix typo in serializers.md (#1315)Mike Gershunovsky
2021-01-28Fix typo in serializers.md (#1307)Donghyeon Kim
2021-01-28Experimental support for inline classes (#1244)Leonid Startsev
2020-12-10Fixed some typos in the serializers chapter. (#1218)Ian Brandt
2020-11-23Fixed a couple typos in the guide intro. (#1212)Ian Brandt
2020-11-23Fixed some typos in the basics chapter. (#1214)Ian Brandt
2020-11-21Fixed some typos in the built-in classes chapter. (#1216)Ian Brandt
2020-11-20Fixed some typos in the custom formats chapter. (#1211)Ian Brandt
2020-11-13Update compatibility policy with actual state of different Kotlin components ...Leonid Startsev
2020-10-21Fix example for Json.encodeDefaults to reflect the change in the default (#1155)Roman Elizarov
2020-10-09Fix API references in docs that differ only in case (#1131)Roman Elizarov
2020-10-08Fix failing `knitCheck` task on WindowsLeonid Startsev
2020-10-08Prepare 1.0.0 releaseupstream/v1.0.0Leonid Startsev
2020-10-05Add CBOR ignoreUnknownKeys option (#947)Travis Wyatt
2020-10-03Update to new Dokka (#1100)Vsevolod Tolstopyatov
2020-09-21Merge branch 'master' into devLeonid Startsev
2020-09-21Prepare RC2 release (#1087)Leonid Startsev
2020-09-21Change default value of `encodeDefaults` config flag (#1084)Leonid Startsev
2020-09-21Do not provide default implementation for serializersModule in Abstra… (#1089)Vsevolod Tolstopyatov
2020-09-19Fix a typo (#1088)madhead
2020-09-17Update default polymorphic serialization guide section (#1031)Vsevolod Tolstopyatov
2020-09-17Fix "docs needed" tagged issues (#1079)Vsevolod Tolstopyatov
2020-09-16Fix typo in polymorphism.md (#1074)Jozef Krupik
2020-09-14Move dynamic parsing to json package where it belongsVsevolod Tolstopyatov
2020-09-13Fix typos in basic-serialization.md (#1066)Marcono1234
2020-09-08Add missing space before while parentheses (#1052)Louis CAD
2020-09-02Update Serializing interfaces section in Polymorphism (#1028)Roman Elizarov
2020-08-25DateAsStringSerializer → DateAsLongSerializer (#1007)madhead
2020-08-19Fix typos and grammar in formats.md (#988)Matthew Pope
2020-08-18Fix minor CBOR doc typo (#985)Travis Wyatt
2020-08-18Fix protobuf link (#986)michou
2020-08-17Update documentationVsevolod Tolstopyatov
2020-08-11Docs: Kotlin Serialization Guide (#933)Roman Elizarov
2020-07-29Add CBOR major type 2 (byte string) support (#898)Travis Wyatt