summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-11Prepare 1.5.1 release (#2297)upstream/v1.5.1Leonid Startsev
2023-05-10Function to retrieve KSerializer by KClass and type arguments serializers (#2...Sergey Shanshin
2023-05-10Added FormatLanguage annotation to JSON (#2234)Sergey Shanshin
2023-05-09Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-05-09Implement addAll functions for JsonArrayBuilder (#2156)aSemy
2023-05-08KeyValueSerializer: Fix missing call to endStructure() (#2272)Pavel Vasin
2023-05-02ObjectSerializer: Respect sequential decoding (#2273)Pavel Vasin
2023-05-01Fix incorrect function name in PrimitiveSerialDescriptor doc comment (#2289)Stuart Kent
2023-04-25Properties Format: Support sealed/polymorphic classes as class properties (#2...EdwarDDay
2023-04-20Adapt tests for K2 and upcoming deprecations in K1 (#2230)Leonid Startsev
2023-04-20Fix value class encoding in various corner cases (#2242)Leonid Startsev
2023-04-19Improved docs for JsonContentPolymorphicSerializer (#2189)Sergey Shanshin
2023-04-19Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped i...Leonid Startsev
2023-04-17Update Dokka to 1.8.10 (#2220)Ignat Beresnev
2023-04-17Fix memory leak caused by invalid KTypeWrapper's equals method (#2274)Jun Tomioka
2023-04-10Replace deprecated ThreadLocal with kotlin.native.concurrent.ThreadLocal (#2266)Margarita Bobova
2023-03-29Get rid of deprecated toChar() in JS-specific code (#2252)Leonid Startsev
2023-03-27Rename json-okio `target` variables to `sink` (#2226)Ben Woodworth
2023-03-27Replace `runCatching-map-getOrDefault` in caching (#2248)stevenlele
2023-03-21Replace search.maven.org with central.sonatype.com (#2243)Michael Rittmeister
2023-03-15Configure project settings for Intellij IDEA (#2217)Mikhail Zarechenskiy
2023-03-15Updated K/N targets in accordance with official recommendations (#2216)Sergey Shanshin
2023-03-08Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2219)madhead
2023-03-06Suppressed Animal Sniffer error on ULong.toString()Sergey.Shanshin
2023-03-06Converted Serialization formats list to tableSergey.Shanshin
2023-03-06Converted Serialization formats list to tableSergey.Shanshin
2023-03-01Fix typo (#2211)lucapette
2023-03-01Add functions for creating JsonPrimitives from unsigned numbers (#2160)aSemy
2023-02-28Fix MissingFieldException duplication (#2213)Vsevolod Tolstopyatov
2023-02-27Update Gradle to 7.6.1 (#2208)Leonid Startsev
2023-02-24Prepare 1.5.0 release (#2207)upstream/v1.5.0Leonid Startsev
2023-02-24Removed redundant usages of @Serializer annotations (#2200)Sergey Shanshin
2023-02-23~lower coverage percentageLeonid Startsev
2023-02-23Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-02-23Introduce HoconEncoder and HoconDecoder interfaces (#2094)Alexander Mikhailov
2023-02-16Added ability to read buffered huge strings in custom KSerializers (#2012)Alexey Sviridov
2023-02-07Use the same message in intrinsified serializer() and reflective serializer()Leonid Startsev
2023-02-07Improve message about missing polymorphic serializerLeonid Startsev
2023-02-06Added support for null values for nullable enums in lanient mode (#2176)Sergey Shanshin
2023-02-06Prevent class loaders from leaking when using ClassValue cache (#2175)Sergey Shanshin
2023-02-06Added function to run tests by specified compiler version (#2148)Sergey Shanshin
2023-01-27Add link to JsonUnquotedLiteral docs (#2169)aSemy
2023-01-27Transient properties (should -> must) have default values (#2172)aSemy
2023-01-26Add opt-in to JsonConfiguration() constructor callLeonid Startsev
2023-01-26Prepare 1.5.0-RC releaseupstream/v1.5.0-RCLeonid Startsev
2023-01-25Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2023-01-24Provide support for JsonNamingStrategy to be used in Json for properties' nam...Leonid Startsev
2023-01-17Added SerialDescriptor object for NothingSerializer (#2150)Sergey Shanshin
2023-01-09Uncomment all stale tests that depended on Kotlin upgrade (#2147)Leonid Startsev
2023-01-09Added support for the `kotlin.Nothing` class as built-in (#1991)Sergey Shanshin