summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14~move points from bugfixes to improvementsupstream-1.4.1-releaseLeonid Startsev
2022-10-14Apply suggestions from code reviewLeonid Startsev
2022-10-13Prepare 1.4.1 releaseLeonid Startsev
2022-10-13Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2022-10-13Fix minor documentation and comment typos (#2061)aSemy
2022-10-13Fix incorrect behavior while deserializing maps to sealed classes (#2052)Rodrigo Vedovato
2022-10-13Update test assertions to use IntelliJ "Click to see difference" format (#2062)aSemy
2022-10-13Add @MustBeDocumented to certain annotationsLeonid Startsev
2022-10-04Add documentation on using typealias for means of global configurationLeonid Startsev
2022-10-04Remove kotlin.Experimental from opt-ins as it would be removed in 1.8.20Leonid Startsev
2022-09-23Updated builtin-classes.md to mention DurationSergey Shanshin
2022-09-22Added support for the unsigned primitives and arrays as built-inSergey Shanshin
2022-09-22Use EnumSerializer for explicitly serializable enum instead of auto-generatedSergey Shanshin
2022-09-22Deprecate .isNullable in SerialDescriptor builder (#2040)Leonid Startsev
2022-09-21Update Kotlin to 1.7.20-RC (#2039)Leonid Startsev
2022-09-15Add functions that can be used by compiler plugin for intrinsics (#2031)Leonid Startsev
2022-09-09Added support of UTF-16 surrogate pairs to okio streamsSergey Shanshin
2022-09-07Added test on custom serializer for sealed class with generic parameterSergey.Shanshin
2022-09-07Added benchmarks on cacheable child serializersSergey Shanshin
2022-09-07Implemented serializers caching for lookupSergey Shanshin
2022-09-06Update polymorphism.mdAtsuto Yamashita
2022-09-06fix typo (serialise -> serialize)Atsuto Yamashita
2022-08-29Update Binary Compatibility Validator version to 0.11.0Leonid Startsev
2022-08-29Fix core module configuration in hocon moduleOsip Fatkullin
2022-08-25Hide json.internal package from Dokka outputLeonid Startsev
2022-08-18Prepare 1.4.0 releaseupstream/v1.4.0Leonid Startsev
2022-08-18Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2022-08-18Support Dokka HTML customization (#2008)Nikolay Pachkov
2022-08-17Update the website's release step (#2009)Nikolay Pachkov
2022-08-15Fixed decoding of huge JSON data for okio streamsSergey Shanshin
2022-08-15KDoc typo, listDescriptor -> listSerialDescriptor (#2011)sya-ri
2022-07-21Minor Kdoc update (#1999)Martin Bonnin
2022-07-20Prepare 1.4.0-RC release (#1997)upstream/v1.4.0-RCLeonid Startsev
2022-07-18Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2022-07-12Improved okio support (#1982)Sergey Shanshin
2022-07-11Make MissingFieldException public (#1983)Vsevolod Tolstopyatov
2022-07-07Add @MetaSerializable annotation (#1979)Leonid Startsev
2022-07-05Documentation of exception-related contracts (#1980)Vsevolod Tolstopyatov
2022-07-04Update value classes guide (#1973)Vsevolod Tolstopyatov
2022-07-04Migrate to Kotlin 1.7.0 (#1977)Leonid Startsev
2022-06-30Add Okio integration (#1901)Sergey Shanshin
2022-06-28Use kotlinlang.org instead of GH pages for API reference (#1938)Konstantin Chernenko
2022-06-24Get rid of @ExperimentalUnsignedTypes on our declarations that levera… (#1962)Vsevolod Tolstopyatov
2022-06-24Stabilize encoding and decoding of value classes (#1963)Vsevolod Tolstopyatov
2022-06-24Do not use tree-based decoding for fast-path polymorphism (#1919)Vsevolod Tolstopyatov
2022-06-21Tests for serializable sealed interfaces (#1754)Leonid Startsev
2022-06-17Support quoting unsigned integers when used as map keys (#1969)Leonid Startsev
2022-06-16Added support for the `kotlin.time.Duration` class as built-inSergey Shanshin
2022-06-16Fix protocol buffer enum schema generation (#1967)Lin Xi
2022-06-15Support diamond inheritance of sealed interfaces in SealedClassSerializer (#1...Leonid Startsev