1. 93e1812 Upgrade kotlinx.serialization to v1.6.3 by Clara Fok · 8 months ago
  2. 4af6772 Merge remote-tracking branch 'origin/master' into 1.3.3-release by Leonid Startsev · 2 years, 8 months ago
  3. fb02e66 Incorporate JsonPath into exception messages (#1841) by Vsevolod Tolstopyatov · 2 years, 8 months ago
  4. 85986d8 Fix broken build after 0542df5b121d80c54936265b0f0eb1de57339692 by Leonid Startsev · 2 years, 8 months ago
  5. 7848924 Wrong link to class discriminator key customisation docs (#1885) by Ignacio Ruiz · 2 years, 9 months ago
  6. 41b3996 Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855) by Justin Heyes-Jones · 2 years, 10 months ago
  7. c78e950 Protobuf packed encoding/decoding (#1830) by Paul de Vrieze · 2 years, 11 months ago
  8. 3ac9b89 Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832) by Leonid Startsev · 2 years, 11 months ago
  9. 8be6845 Update Dokka to 1.6.0 and migrate settings (#1804) by Ignat Beresnev · 3 years ago
  10. a053cf1 Improve grammar (#1805) by Sebastian Aigner · 3 years ago
  11. 4597602 Add polymorphic default serializers (as opposed to deserializers) (#1686) by Joseph Burton · 3 years, 1 month ago
  12. b746ba8 docs(polymorphism): fixing a typo (#1731) by Dimitri Saridakis · 3 years, 2 months ago
  13. 55c9daf Proofread json.md (#1667) by Pavel Semyonov · 3 years, 3 months ago
  14. cf6e41a Add explicit module-info's for JPMS compatability (#1624) by Gerard de Leeuw · 3 years, 4 months ago
  15. f673bc2 Fix annotation name by Geert · 3 years, 4 months ago
  16. fa569a8 Documentation for 'explicitNulls' feature (#1634) by Leonid Startsev · 3 years, 4 months ago
  17. 0697421 Add guide for delegating serializers and wrapping serial descriptor (#1591) by Leonid Startsev · 3 years, 5 months ago
  18. 8262081 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 6 months ago
  19. d489d96 Fix link to Static Types section (#1565) by Petter Måhlén · 3 years, 6 months ago
  20. 5b515ad Get rid of (almost) all build warnings and deprecations by Leonid Startsev · 3 years, 7 months ago
  21. 2f4d91c Clarify docs section of static typing with polymorphism (#1492) by Roman Elizarov · 3 years, 7 months ago
  22. c6025c9 Support contextual serialization of generic classes (#1416) by Leonid Startsev · 3 years, 8 months ago
  23. 436cf83 Replace Array<String> in JsonNames with vararg by Leonid Startsev · 3 years, 9 months ago
  24. 6087755 Add @JsonNames annotation by Leonid Startsev · 5 years ago
  25. 628c973 Rewrite and restructure JSON parser (#1343) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  26. 43d5f78 Update Kotlin to 1.4.30 release and prepare 1.1.0 release (#1340) by Leonid Startsev · 3 years, 10 months ago
  27. 6a8dc86 Remove JCenter() from repositories where possible (#1322) by Leonid Startsev · 3 years, 11 months ago
  28. 15a5caa Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 11 months ago
  29. c8c14c9 Fix typo in serializers.md (#1315) by Mike Gershunovsky · 3 years, 11 months ago
  30. 2a4ce55 Fix typo in serializers.md (#1307) by Donghyeon Kim · 4 years ago
  31. ac54504 Experimental support for inline classes (#1244) by Leonid Startsev · 4 years ago
  32. ec6d55c Fixed some typos in the serializers chapter. (#1218) by Ian Brandt · 4 years, 1 month ago
  33. fb65be2 Fixed a couple typos in the guide intro. (#1212) by Ian Brandt · 4 years, 1 month ago
  34. 728e220 Fixed some typos in the basics chapter. (#1214) by Ian Brandt · 4 years, 1 month ago
  35. 196d06c Fixed some typos in the built-in classes chapter. (#1216) by Ian Brandt · 4 years, 1 month ago
  36. 548550f Fixed some typos in the custom formats chapter. (#1211) by Ian Brandt · 4 years, 1 month ago
  37. d1149d6 Update compatibility policy with actual state of different Kotlin components (#1174) by Leonid Startsev · 4 years, 1 month ago
  38. 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155) by Roman Elizarov · 4 years, 2 months ago
  39. 0ba55a6 Fix API references in docs that differ only in case (#1131) by Roman Elizarov · 4 years, 3 months ago
  40. 0e19cc7 Fix failing `knitCheck` task on Windows by Leonid Startsev · 4 years, 3 months ago
  41. d51ccbb Prepare 1.0.0 release by Leonid Startsev · 4 years, 3 months ago
  42. f7f1bcc Add CBOR ignoreUnknownKeys option (#947) by Travis Wyatt · 4 years, 3 months ago
  43. d3d2dca Update to new Dokka (#1100) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  44. 932f8c5 Merge branch 'master' into dev by Leonid Startsev · 4 years, 3 months ago
  45. 549b9cc Prepare RC2 release (#1087) by Leonid Startsev · 4 years, 3 months ago
  46. c041c2c Change default value of `encodeDefaults` config flag (#1084) by Leonid Startsev · 4 years, 3 months ago
  47. 47ebf82 Do not provide default implementation for serializersModule in Abstra… (#1089) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  48. 55c4c20 Fix a typo (#1088) by madhead · 4 years, 3 months ago
  49. 7dddbe8 Update default polymorphic serialization guide section (#1031) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  50. d43ce10 Fix "docs needed" tagged issues (#1079) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  51. b0f0d92 Fix typo in polymorphism.md (#1074) by Jozef Krupik · 4 years, 3 months ago
  52. c0233db Move dynamic parsing to json package where it belongs by Vsevolod Tolstopyatov · 4 years, 3 months ago
  53. 0d28bef Fix typos in basic-serialization.md (#1066) by Marcono1234 · 4 years, 3 months ago
  54. 8a82629 Add missing space before while parentheses (#1052) by Louis CAD · 4 years, 4 months ago
  55. 05f9ce2 Update Serializing interfaces section in Polymorphism (#1028) by Roman Elizarov · 4 years, 4 months ago
  56. 56d2b50 DateAsStringSerializer → DateAsLongSerializer (#1007) by madhead · 4 years, 4 months ago
  57. ea39daf Fix typos and grammar in formats.md (#988) by Matthew Pope · 4 years, 4 months ago
  58. c68b475 Fix minor CBOR doc typo (#985) by Travis Wyatt · 4 years, 4 months ago
  59. ae66341 Fix protobuf link (#986) by michou · 4 years, 4 months ago
  60. fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 4 months ago
  61. 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago
  62. 8c651b3 Add CBOR major type 2 (byte string) support (#898) by Travis Wyatt · 4 years, 5 months ago
  63. ba02386 Update Kotlin version and runtime versions, by Leonid Startsev · 4 years, 5 months ago
  64. f1a5a2b Split @ContextualSerialization in two (#922) by Leonid Startsev · 4 years, 5 months ago
  65. aa5475c Rename methods in JsonTransformingSerializer (#884) by Leonid Startsev · 4 years, 6 months ago
  66. 29f61e0 [API stabilization] Hide JsonLiteral, recommend using JsonPrimitive instead by Vsevolod Tolstopyatov · 4 years, 6 months ago
  67. 2397350 Promote typeOf-based API usage: (#850) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  68. 554dae1 Merge remote-tracking branch 'origin/master' into dev by Vsevolod Tolstopyatov · 4 years, 9 months ago
  69. 6372c60 External Serialization Documentation Grammar Changes (#784) by Steven Sherry · 4 years, 9 months ago
  70. ef4a714 Add DynamicObjectSerializer that allows converting kotlin data to dynamic (#628) by Patrick Del Conte · 4 years, 9 months ago
  71. a94f6f3 Make SerialModule sealed class instead of interface (#726) by Vsevolod Tolstopyatov · 4 years, 9 months ago
  72. 146a0d0 Introduce factories for ArraySerializers as well, deprecate top-level array serializers by Vsevolod Tolstopyatov · 4 years, 10 months ago
  73. 3bc1071 Improve documentation, rephrase our guide by Vsevolod Tolstopyatov · 4 years, 11 months ago
  74. e6db6ab Add documentation articles by Leonid Startsev · 5 years ago
  75. 2dbf3de SerialKind documentation by Vsevolod Tolstopyatov · 5 years ago
  76. 45e9019 Rename SerialId to ProtoId to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  77. 5069211 Update polymorphism docs with a new approach for sealed classes by Leonid Startsev · 5 years ago
  78. 8a8335d Update building.md by Leonid Startsev · 5 years ago
  79. 7fb0549 Small docs improvements & typo fixes by Leonid Startsev · 5 years ago
  80. af8601b Guide to multiplatform polymorphic serialization by Leonid Startsev · 5 years ago
  81. d0fb63d Remove dependency on stdlib-jvm from common source set (Fixes #481) by Leonid Startsev · 6 years ago
  82. 6158c39 Update to 1.3.40 eap2; Fix obsolete/broken links by Leonid Startsev · 6 years ago
  83. fe1fe4b Clarify configuration in some examples by Leonid Startsev · 6 years ago
  84. 06d95f9 Fixed the type of the `BinaryPayload` serializer by Paul Woitaschek · 6 years ago
  85. 41c8d75 Fix optional property example by shun · 6 years ago
  86. 009d8de Update runtime_usage.md by Leonid Startsev · 6 years ago
  87. c48819e Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  88. 0f359d0 Update to release version Update documentation for JSON by Leonid Startsev · 6 years ago
  89. 09aabf2 Update documentation to reflect new modules and polymorphic system by Leonid Startsev · 6 years ago
  90. deb0113 Deprecate @Optional, introduce @Required by Leonid Startsev · 6 years ago
  91. b2ceafd Fix broken and obsolete links in docs by Leonid Startsev · 6 years ago
  92. 3d25c11 Clarify docs about @Serializer by Leonid Startsev · 6 years ago
  93. 1b65502 Update docs for JSON by Leonid Startsev · 6 years ago
  94. a165928 Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  95. 3379ba9 Avoid ImplicitReflectionSerializer by Francesco Vasco · 6 years ago
  96. 5cf3c92 Update the docs with new annotations by Leonid Startsev · 6 years ago
  97. 9dba440 Update runtime_usage.md by Leonid Startsev · 6 years ago
  98. 5663611 Some clarifications about project building by Leonid Startsev · 6 years ago
  99. 7b866f5 Make naming consistent with KEEP and current design, rename saver to serializer and loader to deserializer by Vsevolod Tolstopyatov · 6 years ago
  100. ce7a440 Merge pull request #262 from BenWoodworth/master by Leonid Startsev · 6 years ago