1. 7dddbe8 Update default polymorphic serialization guide section (#1031) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  2. d43ce10 Fix "docs needed" tagged issues (#1079) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  3. c0233db Move dynamic parsing to json package where it belongs by Vsevolod Tolstopyatov · 4 years, 4 months ago
  4. 05f9ce2 Update Serializing interfaces section in Polymorphism (#1028) by Roman Elizarov · 4 years, 5 months ago
  5. 56d2b50 DateAsStringSerializer → DateAsLongSerializer (#1007) by madhead · 4 years, 5 months ago
  6. ea39daf Fix typos and grammar in formats.md (#988) by Matthew Pope · 4 years, 5 months ago
  7. c68b475 Fix minor CBOR doc typo (#985) by Travis Wyatt · 4 years, 5 months ago
  8. ae66341 Fix protobuf link (#986) by michou · 4 years, 5 months ago
  9. fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 5 months ago
  10. 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago
  11. 8c651b3 Add CBOR major type 2 (byte string) support (#898) by Travis Wyatt · 4 years, 6 months ago
  12. ba02386 Update Kotlin version and runtime versions, by Leonid Startsev · 4 years, 6 months ago
  13. f1a5a2b Split @ContextualSerialization in two (#922) by Leonid Startsev · 4 years, 6 months ago
  14. aa5475c Rename methods in JsonTransformingSerializer (#884) by Leonid Startsev · 4 years, 6 months ago
  15. 29f61e0 [API stabilization] Hide JsonLiteral, recommend using JsonPrimitive instead by Vsevolod Tolstopyatov · 4 years, 7 months ago
  16. 2397350 Promote typeOf-based API usage: (#850) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  17. 554dae1 Merge remote-tracking branch 'origin/master' into dev by Vsevolod Tolstopyatov · 4 years, 10 months ago
  18. 6372c60 External Serialization Documentation Grammar Changes (#784) by Steven Sherry · 4 years, 10 months ago
  19. ef4a714 Add DynamicObjectSerializer that allows converting kotlin data to dynamic (#628) by Patrick Del Conte · 4 years, 10 months ago
  20. a94f6f3 Make SerialModule sealed class instead of interface (#726) by Vsevolod Tolstopyatov · 4 years, 10 months ago
  21. 146a0d0 Introduce factories for ArraySerializers as well, deprecate top-level array serializers by Vsevolod Tolstopyatov · 5 years ago
  22. 3bc1071 Improve documentation, rephrase our guide by Vsevolod Tolstopyatov · 5 years ago
  23. e6db6ab Add documentation articles by Leonid Startsev · 5 years ago
  24. 2dbf3de SerialKind documentation by Vsevolod Tolstopyatov · 5 years ago
  25. 45e9019 Rename SerialId to ProtoId to better reflect its semantics by Vsevolod Tolstopyatov · 5 years ago
  26. 5069211 Update polymorphism docs with a new approach for sealed classes by Leonid Startsev · 5 years ago
  27. 8a8335d Update building.md by Leonid Startsev · 5 years ago
  28. 7fb0549 Small docs improvements & typo fixes by Leonid Startsev · 5 years ago
  29. af8601b Guide to multiplatform polymorphic serialization by Leonid Startsev · 5 years ago
  30. d0fb63d Remove dependency on stdlib-jvm from common source set (Fixes #481) by Leonid Startsev · 6 years ago
  31. 6158c39 Update to 1.3.40 eap2; Fix obsolete/broken links by Leonid Startsev · 6 years ago
  32. fe1fe4b Clarify configuration in some examples by Leonid Startsev · 6 years ago
  33. 06d95f9 Fixed the type of the `BinaryPayload` serializer by Paul Woitaschek · 6 years ago
  34. 41c8d75 Fix optional property example by shun · 6 years ago
  35. 009d8de Update runtime_usage.md by Leonid Startsev · 6 years ago
  36. c48819e Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  37. 0f359d0 Update to release version Update documentation for JSON by Leonid Startsev · 6 years ago
  38. 09aabf2 Update documentation to reflect new modules and polymorphic system by Leonid Startsev · 6 years ago
  39. deb0113 Deprecate @Optional, introduce @Required by Leonid Startsev · 6 years ago
  40. b2ceafd Fix broken and obsolete links in docs by Leonid Startsev · 6 years ago
  41. 3d25c11 Clarify docs about @Serializer by Leonid Startsev · 6 years ago
  42. 1b65502 Update docs for JSON by Leonid Startsev · 6 years ago
  43. a165928 Merge branch 'master' into dev by Leonid Startsev · 6 years ago
  44. 3379ba9 Avoid ImplicitReflectionSerializer by Francesco Vasco · 6 years ago
  45. 5cf3c92 Update the docs with new annotations by Leonid Startsev · 6 years ago
  46. 9dba440 Update runtime_usage.md by Leonid Startsev · 6 years ago
  47. 5663611 Some clarifications about project building by Leonid Startsev · 6 years ago
  48. 7b866f5 Make naming consistent with KEEP and current design, rename saver to serializer and loader to deserializer by Vsevolod Tolstopyatov · 6 years ago
  49. ce7a440 Merge pull request #262 from BenWoodworth/master by Leonid Startsev · 6 years ago
  50. 9feec6a Use-case for `PrimitiveDescriptor.withName` by Leonid Startsev · 6 years ago
  51. 5c2bdde Merge branch 'dev' by Leonid Startsev · 6 years ago
  52. 4ab7423 Fix example with java.util.Date by Vladimir Valeyev · 6 years ago
  53. 34307d7 Merge remote-tracking branch 'kotlin/dev' by BenWoodworth · 6 years ago
  54. 12a0003 Fix local K/N setup and some typos by Leonid Startsev · 6 years ago
  55. 1feaf22 Changed JSON to Json in Markdown code. by BenWoodworth · 6 years ago
  56. 51d2c56 Explicitly add KSerializer supertype to avoid certain restrictions after update by Leonid Startsev · 6 years ago
  57. 6217025 Update documentation: Remove obsolete eap13.md document Add some notes by Leonid Startsev · 6 years ago
  58. c34d838 Fix migration guide by Leonid Startsev · 6 years ago
  59. f83e876 Merge branch 'eap13' into dev by Leonid Startsev · 6 years ago
  60. c1bb4d2 Introduce @ImplicitReflectionSerializer for API which involves reflection. by Leonid Startsev · 6 years ago
  61. 2349228 Refactor surface API: introduce interfaces for different formats, move some inline functions for serialization start to extensions. by Leonid Startsev · 6 years ago
  62. 5e490ab Update general readme and versions: Library to 0.9, K/N to 1.0 beta by Leonid Startsev · 6 years ago
  63. 83163a7 Fix typo in latest version of runtime dependency in EAP 1.3 document by Dave Leeds · 6 years ago
  64. 8373bc5 Update documentation for the new API by Leonid Startsev · 6 years ago
  65. f021642 Updated info about eap13 releases by Leonid Startsev · 6 years ago
  66. 4ae3d34 Update info about applying native plugin by Leonid Startsev · 6 years ago
  67. 2aa53f3 Information about update to RC-3 by Leonid Startsev · 6 years ago
  68. 98c5f41 Update to RC-3 by Leonid Startsev · 6 years ago
  69. 1da2f85 Information about kotlinx.serialization status in 1.3 by Leonid Startsev · 6 years ago
  70. f8719fb Update migration guide and versions to RCs. by Leonid Startsev · 6 years ago
  71. 1815761 Draft of document for 1.3 eap by Leonid Startsev · 6 years ago
  72. 8b67c81 Updated JSON docs on strict by Leonid Startsev · 6 years ago
  73. 15dd545 Changelog, readme, docs and samples update for 0.6.0 by Leonid Startsev · 7 years ago
  74. 4a72d2f [JSON-AST] Docs writeup by Leonid Startsev · 7 years ago
  75. 99bac0b Added compatibility note by Leonid Startsev · 7 years ago
  76. e8fb8a1 Updated docs and samples for v0.4 by Leonid Startsev · 7 years ago
  77. dda7d17 Control over update mode in JSON and CBOR and doc about it by Leonid Startsev · 7 years ago
  78. f8e713b Added missing @Serializable in docs by Leonid Startsev · 7 years ago
  79. c13d9f3 Docs update for 0.3 release by Leonid Startsev · 7 years ago
  80. 9f19871 Doc quick fix and note about #27 by Leonid Startsev · 7 years ago
  81. a45ecd5 More documentation on custom serializers Demo projects update version by Leonid Startsev · 7 years ago
  82. 26af919 Readme and docs updated, license and copyright added by Roman Elizarov · 7 years ago