1. d389c9e Fix incorrect quotation symbol. by Clara Fok · 9 months ago
  2. 06b623f Merge remote-tracking branch 'origin/upstream' by Frank Piva · 9 months ago
  3. dd98219 Third-Party Import of: <https://github.com/Kotlin/kotlinx.serialization/> by Clara Fok · 10 months ago
  4. e1da81c Initial empty repository by rassb@google.com · 10 months ago
  5. 9650a28 Add changelog; fix Kotlin update & merge issues by Leonid Startsev · 2 years, 8 months ago
  6. 4af6772 Merge remote-tracking branch 'origin/master' into 1.3.3-release by Leonid Startsev · 2 years, 8 months ago
  7. 984345b Bump version, add lockfile by Leonid Startsev · 2 years, 8 months ago
  8. fb02e66 Incorporate JsonPath into exception messages (#1841) by Vsevolod Tolstopyatov · 2 years, 8 months ago
  9. a46299e Expand @SerialInfo doc with information on targets (#1926) by Leonid Startsev · 2 years, 8 months ago
  10. 85986d8 Fix broken build after 0542df5b121d80c54936265b0f0eb1de57339692 by Leonid Startsev · 2 years, 8 months ago
  11. ce8b05f Docs: Add decodeSequentially possible skipping decodeElementIndex (#1924) by Philip Wedemann · 2 years, 8 months ago
  12. 0542df5 Don't throw exception on the presence of a ProtoPacked annotation when it is not valid, by Paul de Vrieze · 2 years, 9 months ago
  13. 9e2040b Add packed support to the ProtoBufSchemaGenerator. by Paul de Vrieze · 2 years, 11 months ago
  14. 05f0dfd Mark block in corresponding encodeStructure/decodeStructure extensions as crossinline to reduce amount of bytecode (#1917) by Vsevolod Tolstopyatov · 2 years, 8 months ago
  15. 4228656 Iterate over element indicies in ObjectSerializer in order to let the format skip unknown keys (#1916) by Vsevolod Tolstopyatov · 2 years, 8 months ago
  16. 7848924 Wrong link to class discriminator key customisation docs (#1885) by Ignacio Ruiz · 2 years, 9 months ago
  17. 7dca5ed KDoc typo, typeParamSerializer -> tSerializer (#1878) by aSemy · 2 years, 10 months ago
  18. 41b3996 Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855) by Justin Heyes-Jones · 2 years, 10 months ago
  19. 216ea9c Correctly support registering both default polymorphic serializer & deserializer (#1849) by Leonid Startsev · 2 years, 10 months ago
  20. 83003e0 Make error message for captured generic type parameters much more straightforward (#1863) by Vsevolod Tolstopyatov · 2 years, 10 months ago
  21. ce366de Fixed ProGuard rules for nested classes by Sergey.Shanshin · 3 years ago
  22. c78e950 Protobuf packed encoding/decoding (#1830) by Paul de Vrieze · 2 years, 11 months ago
  23. ece9fdd Upgrade Gradle to version 7.3.3 (#1822) by Sebastian Schuberth · 2 years, 11 months ago
  24. a27c365 Support serialization of collections that are not lists (#1821) by Sebastian Schuberth · 2 years, 11 months ago
  25. d254e6d Support serialization of collections that are not lists (#1821) by Sebastian Schuberth · 2 years, 11 months ago
  26. 3ac9b89 Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832) by Leonid Startsev · 3 years ago
  27. f3de873 Update the description for the XML format to use the new coordinates (#1828) by Paul de Vrieze · 3 years ago
  28. 2e960d0 Best-effort kotlin reflect avoidance in serializer(Type) by Vsevolod Tolstopyatov · 3 years ago
  29. 63fe3ff Update GH pages script to work with new Dokka by Leonid Startsev · 3 years ago
  30. 8be6845 Update Dokka to 1.6.0 and migrate settings (#1804) by Ignat Beresnev · 3 years ago
  31. 0b6c5b8 Fix knit after a053cf15782b72664eff7e1f37266d53615efc0f by Leonid Startsev · 3 years ago
  32. a053cf1 Improve grammar (#1805) by Sebastian Aigner · 3 years ago
  33. 15a4dd2 Prepare 1.3.2 release by Leonid Startsev · 3 years ago
  34. 8c93430 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years ago
  35. 02fe708 Update to 1.6.10 by Leonid Startsev · 3 years ago
  36. 261490a Hocon encoder implementation (#1740) by Osip Fatkullin · 3 years ago
  37. 77aa167 HOCON: parse strings into integers and booleans if possible (#1795) by tobiaslieber · 3 years ago
  38. a33ef02 Properly handle top-level value classes in encodeToJsonElement (#1777) by Leonid Startsev · 3 years ago
  39. 4c30fcf Fixed a naming bug in Json kdocs (#1794) by Lars Artmann · 3 years ago
  40. 1b2344f Fix incorrect handling of object end when JsonTreeReader (JsonElement) is used with decodeToSequence (#1782) by Leonid Startsev · 3 years, 1 month ago
  41. 9755adc Reduce core module coverage bound by Vsevolod Tolstopyatov · 3 years, 1 month ago
  42. 51ccccf Update Kover to 0.4.2 (#1772) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  43. 4597602 Add polymorphic default serializers (as opposed to deserializers) (#1686) by Joseph Burton · 3 years, 1 month ago
  44. 4c87a43 Tests for sealed generic serializers (#1767) by Leonid Startsev · 3 years, 1 month ago
  45. 53b46e9 Add an encodeCollection extensions (#1749) by Nicklas Ansman Giertz · 3 years, 1 month ago
  46. 471f4bb Prepare 1.3.1 release by Leonid Startsev · 3 years, 2 months ago
  47. 2a71f31 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 2 months ago
  48. b211c29 Provide decodeToSequence to read multiple objects from stream lazily (#1691) by Leonid Startsev · 3 years, 2 months ago
  49. 3999818 Correctly handle buffer boundaries while decoding escape sequences from json stream (#1706) by Leonid Startsev · 3 years, 2 months ago
  50. e721ebe Add Kover plugin (#1733) by Leonid Startsev · 3 years, 2 months ago
  51. f6a3432 Easier to configure ProGuard rules (#1721) by Steven Jeuris · 3 years, 2 months ago
  52. b746ba8 docs(polymorphism): fixing a typo (#1731) by Dimitri Saridakis · 3 years, 2 months ago
  53. c06ebb4 Properly skip unknown keys for objects and structures with zero prope… (#1720) by Vsevolod Tolstopyatov · 3 years, 2 months ago
  54. 85be8a7 Fix merging for maplikeSerializer when the map is not empty (by using the actual size * 2). (#1712) by Paul de Vrieze · 3 years, 2 months ago
  55. 1814a92 Added android.os.Bundle to community-supported formats (#1722) by Ahmed Mourad · 3 years, 3 months ago
  56. 0f1901b Update/fix xml parser maven coordinate (and clarify a bit of the documentation). (#1723) by Paul de Vrieze · 3 years, 3 months ago
  57. 719e6af Added more lenient ProGuard rules (#1717) by Sergey Shanshin · 3 years, 3 months ago
  58. bb0d274 Fix lookup of primitive array serializers by Java type token (#1708) by Leonid Startsev · 3 years, 3 months ago
  59. 5ce8e2c Update changelog by Leonid Startsev · 3 years, 3 months ago
  60. 4276aa1 Correctly throw SerializationException instead of IOOBE for some cases with EOF in streams (#1677) by Leonid Startsev · 3 years, 3 months ago
  61. 7285ed3 Prepare 1.3.0 release by Leonid Startsev · 3 years, 3 months ago
  62. 5a16c22 Add forgottent '@ExperimentalSerializationApi' on JsonBuilder.explicitNulls (#1697) by Leonid Startsev · 3 years, 3 months ago
  63. 07c7486 Promote JsonConfiguration and its usages to stable (#1690) by Vsevolod Tolstopyatov · 3 years, 3 months ago
  64. 0d1dc0e Remove opt-in annotations from SerialFormat, StringFormat, BinaryFormat (#1688) by Leonid Startsev · 3 years, 3 months ago
  65. e1ff8f2 CBOR: ignore tags when reading (#1614) by David Robertson · 3 years, 3 months ago
  66. 55c9daf Proofread json.md (#1667) by Pavel Semyonov · 3 years, 3 months ago
  67. 8384772 Use a separate source set for compiling the module descriptor to prevent IDE issues (#1665) by Gerard de Leeuw · 3 years, 4 months ago
  68. 920f589 Prepare 1.3.0-RC release (#1658) by Leonid Startsev · 3 years, 4 months ago
  69. 779acb2 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 4 months ago
  70. 8cbdbfc Add Apple Silicon targets by Leonid Startsev · 3 years, 4 months ago
  71. 5f64f99 Set target JVM version to 8 for Hocon module in Gradle metadata (#1661) by Leonid Startsev · 3 years, 4 months ago
  72. 82134bd Fix SerialFormat doc: Change `BinaryFormat` to `SerialFormat` (#1656) by Ben Woodworth · 3 years, 4 months ago
  73. a5227cf Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 4 months ago
  74. cf6e41a Add explicit module-info's for JPMS compatability (#1624) by Gerard de Leeuw · 3 years, 4 months ago
  75. c0c60a6 JVM integration with InputStream and OutputStream (#1569) by Leonid Startsev · 3 years, 4 months ago
  76. 0e75d25 Upgrade to 1.5.30 by Leonid Startsev · 3 years, 4 months ago
  77. f673bc2 Fix annotation name by Geert · 3 years, 4 months ago
  78. be7af57 Introduce @InheritableSerialInfo and @JsonClassDiscriminator to configure discriminator per polymorphic base class by Leonid Startsev · 3 years, 7 months ago
  79. 63eff4d Add annotations array parameter for sealed, polymorphic, and object serialzers by Leonid Startsev · 3 years, 7 months ago
  80. 73d0f87 Test for @SerialInfo with default value by Leonid Startsev · 3 years, 7 months ago
  81. d3288f2 Fix API docs typos (#1641) by Andrey Aksenov · 3 years, 4 months ago
  82. fa569a8 Documentation for 'explicitNulls' feature (#1634) by Leonid Startsev · 3 years, 4 months ago
  83. d00bff2 Properly handle quoted 'null' literals in lenient mode (#1637) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  84. 4755b24 Fix typo in Json.decodeFromJsonElement by Vsevolod Tolstopyatov · 3 years, 4 months ago
  85. 0697421 Add guide for delegating serializers and wrapping serial descriptor (#1591) by Leonid Startsev · 3 years, 5 months ago
  86. 656ba0c Introduce @EncodeDefault annotation with two modes: ALWAYS and NEVER (#1528) by Leonid Startsev · 3 years, 5 months ago
  87. 67cfed3 Added tests on support of local serializable classes (#1532) by Sergey Shanshin · 3 years, 5 months ago
  88. 778321f Enum and onject serializer lookup tests (#1505) by Sergey Shanshin · 3 years, 5 months ago
  89. f7a7141 Update to 1.5.30-RC by Leonid Startsev · 3 years, 5 months ago
  90. 7c1f8e6 Fix typo (#1631) by Jumpaku · 3 years, 5 months ago
  91. 2048fac Explicit nulls flag for JSON format by Sergey Shanshin · 3 years, 5 months ago
  92. 9efd378 Add missing experimental status to HOCON (#1611) by Jakob K · 3 years, 5 months ago
  93. 8ce04ef Switch on deep recursive function when nested level of JS… (#1596) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  94. 3aa8122 Updating the list of format with 'ktoml' project (#1595) by Andrey Kuleshov · 3 years, 6 months ago
  95. cee766c Improve error message for JsonTreeReader (#1597) by Vsevolod Tolstopyatov · 3 years, 6 months ago
  96. f305d70 Prepare 1.2.2 release by Leonid Startsev · 3 years, 6 months ago
  97. 8262081 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 6 months ago
  98. 9f8d050 Fix repository for dokka dependency by Leonid Startsev · 3 years, 6 months ago
  99. ab5bbb0 Optimize CBOR Integer encoding length (#1570) by David Taylor · 3 years, 6 months ago
  100. 48cf9e8 Added tests on calculated default value of properties depending on other properties by Sergey Shanshin · 3 years, 6 months ago