1. b2a05a4 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 1 month ago
  2. 7d4bb2a Improve polymorphic deserialization optimization: (#2481) by Leonid Startsev · 1 year, 2 months ago
  3. c2303d9 Updated code examples and documentation to mention where `@Serializable` annotation can be applied directly to the types. (#2397) by Leonid Startsev · 1 year, 4 months ago
  4. 79867f1 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 4 months ago
  5. 77af2c9 Fix incorrect descriptor in advanced JsonDecoder/Encoder example (#2415) by Leonid Startsev · 1 year, 4 months ago
  6. e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
  7. 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
  8. 39918cb Update user projects config: adapt build script to new TeamCity variables (#2342) by Margarita Bobova · 1 year, 6 months ago
  9. 7a35a2d Add documentation for JsonNamingStrategy to the Json guide (#2305) by Leonid Startsev · 1 year, 8 months ago
  10. 270b5e5 Improve message about missing polymorphic serializer by Leonid Startsev · 1 year, 11 months ago
  11. 15eaee9 Added support for the `kotlin.Nothing` class as built-in (#1991) by Sergey Shanshin · 2 years ago
  12. 767899a Fix Java and Kotlin targets incompatibility in guide by Yahor Berdnikau · 2 years, 1 month ago
  13. 3000afc Consolidate exception message and improve it (#2068) by Vsevolod Tolstopyatov · 2 years, 1 month ago
  14. 46a5ff6 Support unquoted literal JSON values (#2041) by aSemy · 2 years, 2 months ago
  15. 182c53e Add documentation on using typealias for means of global configuration by Leonid Startsev · 2 years, 3 months ago
  16. 687d917 Updated builtin-classes.md to mention Duration by Sergey Shanshin · 2 years, 3 months ago
  17. 9e2e16e Stabilize EmptySerializersModule (#1921) by Vsevolod Tolstopyatov · 2 years, 7 months ago
  18. 9650a28 Add changelog; fix Kotlin update & merge issues by Leonid Startsev · 2 years, 8 months ago
  19. 4af6772 Merge remote-tracking branch 'origin/master' into 1.3.3-release by Leonid Startsev · 2 years, 8 months ago
  20. fb02e66 Incorporate JsonPath into exception messages (#1841) by Vsevolod Tolstopyatov · 2 years, 8 months ago
  21. 41b3996 Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855) by Justin Heyes-Jones · 2 years, 10 months ago
  22. 3ac9b89 Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832) by Leonid Startsev · 3 years ago
  23. 0b6c5b8 Fix knit after a053cf15782b72664eff7e1f37266d53615efc0f by Leonid Startsev · 3 years ago
  24. 4597602 Add polymorphic default serializers (as opposed to deserializers) (#1686) by Joseph Burton · 3 years, 1 month ago
  25. 55c9daf Proofread json.md (#1667) by Pavel Semyonov · 3 years, 3 months ago
  26. fa569a8 Documentation for 'explicitNulls' feature (#1634) by Leonid Startsev · 3 years, 4 months ago
  27. 0697421 Add guide for delegating serializers and wrapping serial descriptor (#1591) by Leonid Startsev · 3 years, 5 months ago
  28. 8262081 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 6 months ago
  29. 21dea85 Get rid of enable_jvm_ir flag by Leonid Startsev · 3 years, 7 months ago
  30. 5b515ad Get rid of (almost) all build warnings and deprecations by Leonid Startsev · 3 years, 7 months ago
  31. 2f4d91c Clarify docs section of static typing with polymorphism (#1492) by Roman Elizarov · 3 years, 7 months ago
  32. 436cf83 Replace Array<String> in JsonNames with vararg by Leonid Startsev · 3 years, 9 months ago
  33. 6087755 Add @JsonNames annotation by Leonid Startsev · 5 years ago
  34. 628c973 Rewrite and restructure JSON parser (#1343) by Vsevolod Tolstopyatov · 3 years, 10 months ago
  35. 43d5f78 Update Kotlin to 1.4.30 release and prepare 1.1.0 release (#1340) by Leonid Startsev · 3 years, 10 months ago
  36. 2e56542 Add build parameter to build serialization with JVM IR compiler (#1206) by Alexander Likhachev · 4 years, 1 month ago
  37. 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155) by Roman Elizarov · 4 years, 2 months ago
  38. f7f1bcc Add CBOR ignoreUnknownKeys option (#947) by Travis Wyatt · 4 years, 3 months ago
  39. 932f8c5 Merge branch 'master' into dev by Leonid Startsev · 4 years, 3 months ago
  40. c041c2c Change default value of `encodeDefaults` config flag (#1084) by Leonid Startsev · 4 years, 3 months ago
  41. 47ebf82 Do not provide default implementation for serializersModule in Abstra… (#1089) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  42. 7dddbe8 Update default polymorphic serialization guide section (#1031) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  43. 0e4e0e7 Extract JSON to a separate dependency, rename 'runtime' to 'core' (#1062) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  44. 8c841ad fixes #1056, added spaces on example guides (#1057) by Sinan Güneş · 4 years, 4 months ago
  45. fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 4 months ago
  46. 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago