summaryrefslogtreecommitdiff
path: root/formats/json-tests/commonTest/src/kotlinx/serialization
AgeCommit message (Expand)Author
2024-01-24Add kebab-case naming strategy (#2531)Emil Kantis
2023-12-19Implement ClassDiscriminatorMode.ALL, .NONE, and .POLYMORPHIC (#2532)Leonid Startsev
2023-12-18Do not try to coerce input values for properties (#2530)Leonid Startsev
2023-12-04Make empty objects and arrays collapsed in pretty print mode (#2506)Leonid Startsev
2023-10-27Fix TaggedDecoder nullable decoding (#2456)Phillip Schichtel
2023-10-19Improve polymorphic deserialization optimization: (#2481)Leonid Startsev
2023-10-19Add a flag to allow parser to accept trailing commas. (#2480)Leonid Startsev
2023-09-21Get rid of @Suppress("INVISIBLE_REFERENCE") for usage of internal declaration...Leonid Startsev
2023-09-14Support decoding maps with boolean keys (#2440)Leonid Startsev
2023-09-12Add support of WASM target to mainline (#2410)igoriakovlev
2023-08-11Test & fix several exception messages from Json parserLeonid Startsev
2023-08-02Added annotation for named companion objects (#2381)Sergey Shanshin
2023-07-24Update to Kotlin 1.9.0: (#2364)Leonid Startsev
2023-07-17Use forgotten 'mode' in 'parameterizedTest' (#2367)Leonid Startsev
2023-07-14Fix error triggered by 'consume leading class discriminator' polymorphic pars...Leonid Startsev
2023-07-05Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345)Leonid Startsev
2023-06-29Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same...Ugljesa Jovanovic
2023-06-23Fix Kotlin user projects build (#2341)Abduqodiri Qurbonzoda
2023-06-13Fixed regression with serialization using list parametrized with contextual t...Sergey Shanshin
2023-05-17Add support to decode numeric literals containing an exponent (#2227)Roberto Blázquez
2023-05-09Implement addAll functions for JsonArrayBuilder (#2156)aSemy
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-03-01Add functions for creating JsonPrimitives from unsigned numbers (#2160)aSemy
2023-02-24Removed redundant usages of @Serializer annotations (#2200)Sergey Shanshin
2023-02-16Added ability to read buffered huge strings in custom KSerializers (#2012)Alexey Sviridov
2023-02-06Added support for null values for nullable enums in lanient mode (#2176)Sergey Shanshin
2023-02-06Added function to run tests by specified compiler version (#2148)Sergey Shanshin
2023-01-24Provide support for JsonNamingStrategy to be used in Json for properties' nam...Leonid Startsev
2023-01-09Uncomment all stale tests that depended on Kotlin upgrade (#2147)Leonid Startsev
2022-11-29Correctly handle situation where different serializers can be provided (#2113)Leonid Startsev
2022-10-27Remove experimentality from serializer(java.lang.Type) function family (#2069)Leonid Startsev
2022-10-21Support unquoted literal JSON values (#2041)aSemy
2022-10-13Update test assertions to use IntelliJ "Click to see difference" format (#2062)aSemy
2022-10-04Add documentation on using typealias for means of global configurationLeonid Startsev
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-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-08-15Fixed decoding of huge JSON data for okio streamsSergey Shanshin
2022-07-12Improved okio support (#1982)Sergey Shanshin
2022-07-07Add @MetaSerializable annotation (#1979)Leonid Startsev
2022-07-04Migrate to Kotlin 1.7.0 (#1977)Leonid Startsev
2022-06-30Add Okio integration (#1901)Sergey Shanshin