summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2022-06-24Get rid of @ExperimentalUnsignedTypes on our declarations that levera… (#1962)Vsevolod Tolstopyatov
2022-06-01Stabilize EmptySerializersModule (#1921)Vsevolod Tolstopyatov
2022-05-11Merge remote-tracking branch 'origin/master' into 1.3.3-releaseLeonid Startsev
2022-05-11Incorporate JsonPath into exception messages (#1841)Vsevolod Tolstopyatov
2022-05-05Fix broken build after 0542df5b121d80c54936265b0f0eb1de57339692Leonid Startsev
2022-03-25Wrong link to class discriminator key customisation docs (#1885)Ignacio Ruiz
2022-02-24Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855)Justin Heyes-Jones
2022-02-02Protobuf packed encoding/decoding (#1830)Paul de Vrieze
2022-01-26Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832)Leonid Startsev
2021-12-27Update Dokka to 1.6.0 and migrate settings (#1804)Ignat Beresnev
2021-12-25Improve grammar (#1805)Sebastian Aigner
2021-11-22Add polymorphic default serializers (as opposed to deserializers) (#1686)Joseph Burton
2021-10-19docs(polymorphism): fixing a typo (#1731)Dimitri Saridakis
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