- 8a3ed23 Add kebab-case naming strategy (#2531) by Emil Kantis · 12 months ago
- cd9f8b0 Implement ClassDiscriminatorMode.ALL, .NONE, and .POLYMORPHIC (#2532) by Leonid Startsev · 1 year, 1 month ago
- ad9ddd1 Do not try to coerce input values for properties (#2530) by Leonid Startsev · 1 year, 1 month ago
- b994572 Make empty objects and arrays collapsed in pretty print mode (#2506) by Leonid Startsev · 1 year, 1 month ago
- cf71e08 Fix TaggedDecoder nullable decoding (#2456) by Phillip Schichtel · 1 year, 3 months ago
- b44f03f Fix IllegalAccessException (#2469) by Leonid Startsev · 1 year, 3 months ago
- 7d4bb2a Improve polymorphic deserialization optimization: (#2481) by Leonid Startsev · 1 year, 3 months ago
- cf57414 Add a flag to allow parser to accept trailing commas. (#2480) by Leonid Startsev · 1 year, 3 months ago
- 6ac4902 Build improvements: Kotlin 1.9.20-RC, default target hierarchy, bump Okio (#2473) by Leonid Startsev · 1 year, 3 months ago
- 7b75e39 Get rid of @Suppress("INVISIBLE_REFERENCE") for usage of internal declarations (#2444) by Leonid Startsev · 1 year, 4 months ago
- 7d287c8 Support decoding maps with boolean keys (#2440) by Leonid Startsev · 1 year, 4 months ago
- 7ae7a23 Add support of WASM target to mainline (#2410) by igoriakovlev · 1 year, 4 months ago
- e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
- f023988 Added annotation for named companion objects (#2381) by Sergey Shanshin · 1 year, 6 months ago
- 245030b Update to Kotlin 1.9.0: (#2364) by Leonid Startsev · 1 year, 6 months ago
- e3bcb64 Use forgotten 'mode' in 'parameterizedTest' (#2367) by Leonid Startsev · 1 year, 6 months ago
- 3191884 Fix error triggered by 'consume leading class discriminator' polymorphic parsing optimization: (#2362) by Leonid Startsev · 1 year, 6 months ago
- 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
- 5bba108 Fix beginStructure in JsonTreeDecoder when inner structure descriptor is same as outer (#2346) by Ugljesa Jovanovic · 1 year, 7 months ago
- d192d24 Fix Kotlin user projects build (#2341) by Abduqodiri Qurbonzoda · 1 year, 7 months ago
- 881e7a9 Fixed regression with serialization using list parametrized with contextual types (#2331) by Sergey Shanshin · 1 year, 7 months ago
- f76d073 Add support to decode numeric literals containing an exponent (#2227) by Roberto Blázquez · 1 year, 8 months ago
- 9157bf8 Implement addAll functions for JsonArrayBuilder (#2156) by aSemy · 1 year, 8 months ago
- 961e87d Adapt tests for K2 and upcoming deprecations in K1 (#2230) by Leonid Startsev · 1 year, 9 months ago
- fc9aef5 Fix value class encoding in various corner cases (#2242) by Leonid Startsev · 1 year, 9 months ago
- 350443a Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs: (#2268) by Leonid Startsev · 1 year, 9 months ago
- 6246e0a Add functions for creating JsonPrimitives from unsigned numbers (#2160) by aSemy · 1 year, 11 months ago
- cbd8ce3 Fix MissingFieldException duplication (#2213) by Vsevolod Tolstopyatov · 1 year, 11 months ago
- 88f782c Removed redundant usages of @Serializer annotations (#2200) by Sergey Shanshin · 1 year, 11 months ago
- 90113a9 Added ability to read buffered huge strings in custom KSerializers (#2012) by Alexey Sviridov · 1 year, 11 months ago
- 2cb7f7d Added support for null values for nullable enums in lanient mode (#2176) by Sergey Shanshin · 2 years ago
- 9e344bd Added function to run tests by specified compiler version (#2148) by Sergey Shanshin · 2 years ago
- 60c632c Provide support for JsonNamingStrategy to be used in Json for properties' names. (#2111) by Leonid Startsev · 2 years ago
- 1f4a9e5 Uncomment all stale tests that depended on Kotlin upgrade (#2147) by Leonid Startsev · 2 years ago
- ccf9c2c Correctly handle situation where different serializers can be provided (#2113) by Leonid Startsev · 2 years, 2 months ago
- 57deef6 Introduce CharArray pooling for InputStream decoding (#2100) by Vsevolod Tolstopyatov · 2 years, 2 months ago
- 520eeef Fixed serializers caching for parametrized types from different class loaders by Sergey Shanshin · 2 years, 3 months ago
- f451e43 Remove experimentality from serializer(java.lang.Type) function family (#2069) by Leonid Startsev · 2 years, 3 months ago
- 46a5ff6 Support unquoted literal JSON values (#2041) by aSemy · 2 years, 3 months ago
- dc9983a Update test assertions to use IntelliJ "Click to see difference" format (#2062) by aSemy · 2 years, 3 months ago
- 182c53e Add documentation on using typealias for means of global configuration by Leonid Startsev · 2 years, 4 months ago
- e311eb8 Added support for the unsigned primitives and arrays as built-in by Sergey Shanshin · 2 years, 4 months ago
- 9658ea7 Use EnumSerializer for explicitly serializable enum instead of auto-generated by Sergey Shanshin · 2 years, 4 months ago
- f8d605d Add functions that can be used by compiler plugin for intrinsics (#2031) by Leonid Startsev · 2 years, 4 months ago
- 79de734 Added support of UTF-16 surrogate pairs to okio streams by Sergey Shanshin · 2 years, 4 months ago
- 2fe2efa Added test on custom serializer for sealed class with generic parameter by Sergey.Shanshin · 3 years ago
- 0c0648e Fixed decoding of huge JSON data for okio streams by Sergey Shanshin · 2 years, 5 months ago
- df3a161 Improved okio support (#1982) by Sergey Shanshin · 2 years, 6 months ago
- 4524b65 Make MissingFieldException public (#1983) by Vsevolod Tolstopyatov · 2 years, 6 months ago
- c232772 Add @MetaSerializable annotation (#1979) by Leonid Startsev · 2 years, 6 months ago
- 621dbf8 Migrate to Kotlin 1.7.0 (#1977) by Leonid Startsev · 2 years, 7 months ago
- 5e8ccad Add Okio integration (#1901) by Sergey Shanshin · 2 years, 7 months ago