- 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
- 79867f1 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 4 months ago
- 77af2c9 Fix incorrect descriptor in advanced JsonDecoder/Encoder example (#2415) by Leonid Startsev · 1 year, 4 months ago
- e55f807 Test & fix several exception messages from Json parser by Leonid Startsev · 1 year, 5 months ago
- adf350b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 5 months ago
- 245030b Update to Kotlin 1.9.0: (#2364) by Leonid Startsev · 1 year, 5 months ago
- 782b9f3 Introduce 'decodeEnumsCaseInsensitive' feature to Json. (#2345) by Leonid Startsev · 1 year, 6 months ago
- 9056f30 docs: Fix missing call to endStructure() (#2351) by Pavel Vasin · 1 year, 6 months ago
- caa194b Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 6 months ago
- 3e54de5 Actualize 'serializer not found' platform-specific message (#2339) by Leonid Startsev · 1 year, 6 months ago
- 7a35a2d Add documentation for JsonNamingStrategy to the Json guide (#2305) by Leonid Startsev · 1 year, 8 months ago
- 6dbb8a9 Fix typo (#2211) by lucapette · 1 year, 10 months ago
- 270b5e5 Improve message about missing polymorphic serializer by Leonid Startsev · 1 year, 11 months ago
- 169a145 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 1 year, 11 months ago
- 15eaee9 Added support for the `kotlin.Nothing` class as built-in (#1991) by Sergey Shanshin · 2 years ago
- b749dd1 Provide killswitch for JPMS & improve building.md (#2105) by Leonid Startsev · 2 years, 1 month ago
- dc950f5 Fix typo (#2098) by Igor Kozlenko · 2 years, 1 month ago
- 3000afc Consolidate exception message and improve it (#2068) by Vsevolod Tolstopyatov · 2 years, 1 month ago
- 46a5ff6 Support unquoted literal JSON values (#2041) by aSemy · 2 years, 2 months ago
- de6864a Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 3 months ago
- 182c53e Add documentation on using typealias for means of global configuration by Leonid Startsev · 2 years, 3 months ago
- 687d917 Updated builtin-classes.md to mention Duration by Sergey Shanshin · 2 years, 3 months ago
- 24ac6b8 Update polymorphism.md by Atsuto Yamashita · 2 years, 4 months ago
- 83b6e33 Prepare 1.4.0-RC release (#1997) by Leonid Startsev · 2 years, 5 months ago
- c2f3c71 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 2 years, 5 months ago
- 0f1034e Update value classes guide (#1973) by Vsevolod Tolstopyatov · 2 years, 6 months ago
- 08bfef6 Use kotlinlang.org instead of GH pages for API reference (#1938) by Konstantin Chernenko · 2 years, 6 months ago
- 605a35f Get rid of @ExperimentalUnsignedTypes on our declarations that levera… (#1962) by Vsevolod Tolstopyatov · 2 years, 6 months ago
- bff49fd Replace deprecated `inline class` with `value class` (#1959) by aSemy · 2 years, 7 months ago
- 9e2e16e Stabilize EmptySerializersModule (#1921) by Vsevolod Tolstopyatov · 2 years, 7 months ago
- 4af6772 Merge remote-tracking branch 'origin/master' into 1.3.3-release by Leonid Startsev · 2 years, 8 months ago
- fb02e66 Incorporate JsonPath into exception messages (#1841) by Vsevolod Tolstopyatov · 2 years, 8 months ago
- 85986d8 Fix broken build after 0542df5b121d80c54936265b0f0eb1de57339692 by Leonid Startsev · 2 years, 8 months ago
- 7848924 Wrong link to class discriminator key customisation docs (#1885) by Ignacio Ruiz · 2 years, 9 months ago
- 41b3996 Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855) by Justin Heyes-Jones · 2 years, 10 months ago
- c78e950 Protobuf packed encoding/decoding (#1830) by Paul de Vrieze · 2 years, 11 months ago
- 3ac9b89 Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832) by Leonid Startsev · 3 years ago
- 8be6845 Update Dokka to 1.6.0 and migrate settings (#1804) by Ignat Beresnev · 3 years ago
- a053cf1 Improve grammar (#1805) by Sebastian Aigner · 3 years ago
- 4597602 Add polymorphic default serializers (as opposed to deserializers) (#1686) by Joseph Burton · 3 years, 1 month ago
- b746ba8 docs(polymorphism): fixing a typo (#1731) by Dimitri Saridakis · 3 years, 2 months ago
- 55c9daf Proofread json.md (#1667) by Pavel Semyonov · 3 years, 3 months ago
- cf6e41a Add explicit module-info's for JPMS compatability (#1624) by Gerard de Leeuw · 3 years, 4 months ago
- f673bc2 Fix annotation name by Geert · 3 years, 4 months ago
- fa569a8 Documentation for 'explicitNulls' feature (#1634) by Leonid Startsev · 3 years, 4 months ago
- 0697421 Add guide for delegating serializers and wrapping serial descriptor (#1591) by Leonid Startsev · 3 years, 5 months ago
- 8262081 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 6 months ago
- d489d96 Fix link to Static Types section (#1565) by Petter Måhlén · 3 years, 6 months ago
- 5b515ad Get rid of (almost) all build warnings and deprecations by Leonid Startsev · 3 years, 7 months ago
- 2f4d91c Clarify docs section of static typing with polymorphism (#1492) by Roman Elizarov · 3 years, 7 months ago
- c6025c9 Support contextual serialization of generic classes (#1416) by Leonid Startsev · 3 years, 8 months ago
- 436cf83 Replace Array<String> in JsonNames with vararg by Leonid Startsev · 3 years, 9 months ago
- 6087755 Add @JsonNames annotation by Leonid Startsev · 5 years ago
- 628c973 Rewrite and restructure JSON parser (#1343) by Vsevolod Tolstopyatov · 3 years, 10 months ago
- 43d5f78 Update Kotlin to 1.4.30 release and prepare 1.1.0 release (#1340) by Leonid Startsev · 3 years, 10 months ago
- 6a8dc86 Remove JCenter() from repositories where possible (#1322) by Leonid Startsev · 3 years, 11 months ago
- 15a5caa Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 11 months ago
- c8c14c9 Fix typo in serializers.md (#1315) by Mike Gershunovsky · 3 years, 11 months ago
- 2a4ce55 Fix typo in serializers.md (#1307) by Donghyeon Kim · 4 years ago
- ac54504 Experimental support for inline classes (#1244) by Leonid Startsev · 4 years ago
- ec6d55c Fixed some typos in the serializers chapter. (#1218) by Ian Brandt · 4 years, 1 month ago
- fb65be2 Fixed a couple typos in the guide intro. (#1212) by Ian Brandt · 4 years, 1 month ago
- 728e220 Fixed some typos in the basics chapter. (#1214) by Ian Brandt · 4 years, 1 month ago
- 196d06c Fixed some typos in the built-in classes chapter. (#1216) by Ian Brandt · 4 years, 1 month ago
- 548550f Fixed some typos in the custom formats chapter. (#1211) by Ian Brandt · 4 years, 1 month ago
- d1149d6 Update compatibility policy with actual state of different Kotlin components (#1174) by Leonid Startsev · 4 years, 1 month ago
- 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155) by Roman Elizarov · 4 years, 2 months ago
- 0ba55a6 Fix API references in docs that differ only in case (#1131) by Roman Elizarov · 4 years, 3 months ago
- 0e19cc7 Fix failing `knitCheck` task on Windows by Leonid Startsev · 4 years, 3 months ago
- d51ccbb Prepare 1.0.0 release by Leonid Startsev · 4 years, 3 months ago
- f7f1bcc Add CBOR ignoreUnknownKeys option (#947) by Travis Wyatt · 4 years, 3 months ago
- d3d2dca Update to new Dokka (#1100) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- 932f8c5 Merge branch 'master' into dev by Leonid Startsev · 4 years, 3 months ago
- 549b9cc Prepare RC2 release (#1087) by Leonid Startsev · 4 years, 3 months ago
- c041c2c Change default value of `encodeDefaults` config flag (#1084) by Leonid Startsev · 4 years, 3 months ago
- 47ebf82 Do not provide default implementation for serializersModule in Abstra… (#1089) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- 55c4c20 Fix a typo (#1088) by madhead · 4 years, 3 months ago
- 7dddbe8 Update default polymorphic serialization guide section (#1031) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- d43ce10 Fix "docs needed" tagged issues (#1079) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- b0f0d92 Fix typo in polymorphism.md (#1074) by Jozef Krupik · 4 years, 3 months ago
- c0233db Move dynamic parsing to json package where it belongs by Vsevolod Tolstopyatov · 4 years, 3 months ago
- 0d28bef Fix typos in basic-serialization.md (#1066) by Marcono1234 · 4 years, 4 months ago
- 8a82629 Add missing space before while parentheses (#1052) by Louis CAD · 4 years, 4 months ago
- 05f9ce2 Update Serializing interfaces section in Polymorphism (#1028) by Roman Elizarov · 4 years, 4 months ago
- 56d2b50 DateAsStringSerializer → DateAsLongSerializer (#1007) by madhead · 4 years, 4 months ago
- ea39daf Fix typos and grammar in formats.md (#988) by Matthew Pope · 4 years, 4 months ago
- c68b475 Fix minor CBOR doc typo (#985) by Travis Wyatt · 4 years, 4 months ago
- ae66341 Fix protobuf link (#986) by michou · 4 years, 4 months ago
- fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago
- 8c651b3 Add CBOR major type 2 (byte string) support (#898) by Travis Wyatt · 4 years, 5 months ago
- ba02386 Update Kotlin version and runtime versions, by Leonid Startsev · 4 years, 5 months ago
- f1a5a2b Split @ContextualSerialization in two (#922) by Leonid Startsev · 4 years, 5 months ago
- aa5475c Rename methods in JsonTransformingSerializer (#884) by Leonid Startsev · 4 years, 6 months ago
- 29f61e0 [API stabilization] Hide JsonLiteral, recommend using JsonPrimitive instead by Vsevolod Tolstopyatov · 4 years, 6 months ago
- 2397350 Promote typeOf-based API usage: (#850) by Vsevolod Tolstopyatov · 4 years, 6 months ago
- 554dae1 Merge remote-tracking branch 'origin/master' into dev by Vsevolod Tolstopyatov · 4 years, 9 months ago
- 6372c60 External Serialization Documentation Grammar Changes (#784) by Steven Sherry · 4 years, 9 months ago
- ef4a714 Add DynamicObjectSerializer that allows converting kotlin data to dynamic (#628) by Patrick Del Conte · 4 years, 9 months ago
- a94f6f3 Make SerialModule sealed class instead of interface (#726) by Vsevolod Tolstopyatov · 4 years, 9 months ago