summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-12Third-Party Import of: <https://github.com/Kotlin/kotlinx.serialization/>upstreamClara Fok
2022-05-11Add changelog; fix Kotlin update & merge issuesupstream/v1.3.3upstream-1.3.3-releaseLeonid Startsev
2022-05-11Merge remote-tracking branch 'origin/master' into 1.3.3-releaseLeonid Startsev
2022-05-11Bump version, add lockfileLeonid Startsev
2022-05-11Incorporate JsonPath into exception messages (#1841)Vsevolod Tolstopyatov
2022-05-05Expand @SerialInfo doc with information on targets (#1926)Leonid Startsev
2022-05-05Fix broken build after 0542df5b121d80c54936265b0f0eb1de57339692Leonid Startsev
2022-05-04Docs: Add decodeSequentially possible skipping decodeElementIndex (#1924)Philip Wedemann
2022-04-29Don't throw exception on the presence of a ProtoPacked annotation when it is ...Paul de Vrieze
2022-04-29Add packed support to the ProtoBufSchemaGenerator.Paul de Vrieze
2022-04-27Mark block in corresponding encodeStructure/decodeStructure extensions as cro...Vsevolod Tolstopyatov
2022-04-27Iterate over element indicies in ObjectSerializer in order to let the format ...Vsevolod Tolstopyatov
2022-03-25Wrong link to class discriminator key customisation docs (#1885)Ignacio Ruiz
2022-03-17KDoc typo, typeParamSerializer -> tSerializer (#1878)aSemy
2022-02-24Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855)Justin Heyes-Jones
2022-02-22Correctly support registering both default polymorphic serializer & deseriali...Leonid Startsev
2022-02-17Make error message for captured generic type parameters much more straightfor...Vsevolod Tolstopyatov
2022-02-08Fixed ProGuard rules for nested classesSergey.Shanshin
2022-02-02Protobuf packed encoding/decoding (#1830)Paul de Vrieze
2022-01-28Upgrade Gradle to version 7.3.3 (#1822)Sebastian Schuberth
2022-01-28Support serialization of collections that are not lists (#1821)Sebastian Schuberth
2022-01-28Support serialization of collections that are not lists (#1821)Sebastian Schuberth
2022-01-26Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832)Leonid Startsev
2022-01-18Update the description for the XML format to use the new coordinates (#1828)Paul de Vrieze
2022-01-18Best-effort kotlin reflect avoidance in serializer(Type)Vsevolod Tolstopyatov
2022-01-17Update GH pages script to work with new DokkaLeonid Startsev
2021-12-27Update Dokka to 1.6.0 and migrate settings (#1804)Ignat Beresnev
2021-12-27Fix knit after a053cf15782b72664eff7e1f37266d53615efc0fLeonid Startsev
2021-12-25Improve grammar (#1805)Sebastian Aigner
2021-12-23Prepare 1.3.2 releaseupstream/v1.3.2Leonid Startsev
2021-12-23Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-12-23Update to 1.6.10Leonid Startsev
2021-12-23Hocon encoder implementation (#1740)Osip Fatkullin
2021-12-20HOCON: parse strings into integers and booleans if possible (#1795)tobiaslieber
2021-12-15Properly handle top-level value classes in encodeToJsonElement (#1777)Leonid Startsev
2021-12-13Fixed a naming bug in Json kdocs (#1794)Lars Artmann
2021-11-30Fix incorrect handling of object end when JsonTreeReader (JsonElement) is use...Leonid Startsev
2021-11-22Reduce core module coverage boundVsevolod Tolstopyatov
2021-11-22Update Kover to 0.4.2 (#1772)Vsevolod Tolstopyatov
2021-11-22Add polymorphic default serializers (as opposed to deserializers) (#1686)Joseph Burton
2021-11-22Tests for sealed generic serializers (#1767)Leonid Startsev
2021-11-22Add an encodeCollection extensions (#1749)Nicklas Ansman Giertz
2021-11-11Prepare 1.3.1 releaseupstream/v1.3.1Leonid Startsev
2021-11-11Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-11-11Provide decodeToSequence to read multiple objects from stream lazily (#1691)Leonid Startsev
2021-11-10Correctly handle buffer boundaries while decoding escape sequences from json ...Leonid Startsev
2021-10-29Add Kover plugin (#1733)Leonid Startsev
2021-10-29Easier to configure ProGuard rules (#1721)Steven Jeuris
2021-10-19docs(polymorphism): fixing a typo (#1731)Dimitri Saridakis
2021-10-14Properly skip unknown keys for objects and structures with zero propeā€¦ (#1720)Vsevolod Tolstopyatov