- f08c62f Add support for encoding/decoding Properties values as Strings (#1158) by Leonid Startsev · 4 years, 2 months ago
- 7ce6915 Update formats/properties/commonMain/src/kotlinx/serialization/properties/Properties.kt by Leonid Startsev · 4 years, 2 months ago
- 4bd949b Prepare 1.0.1 release by Leonid Startsev · 4 years, 2 months ago
- f102e60 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 2 months ago
- aed6cef Match releasing document with current TeamCity setup (#1130) by Leonid Startsev · 4 years, 2 months ago
- 21a76f0 Improve documentation of Properties serialization methods by Daniel Jasiński · 4 years, 2 months ago
- 9bb671f Add Pair and Triple to serializer resolving from Java type token (#1160) by Leonid Startsev · 4 years, 2 months ago
- ed7bf80 Properly cache generated serializers in PluginGeneratedSerialDescript… (#1159) by Vsevolod Tolstopyatov · 4 years, 2 months ago
- d271407 Add support for object polymorhism in HOCON decoder (#1136) by Sergey Shanshin · 4 years, 2 months ago
- 5a8f09f Add object-based serialization and deserialization of polimorphic types in JSON on JS platform (#1122) by Sergey Shanshin · 4 years, 2 months ago
- 07db572 Add support for encoding/deconding Properties as String by Daniel Jasiński · 4 years, 2 months ago
- d58afee Fix deserialization of float and double types in CBOR (#1112) by Sergey Shanshin · 4 years, 2 months ago
- 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155) by Roman Elizarov · 4 years, 2 months ago
- 703f8e7 Add support of decoding map in the root of HOCON config (#1106) by Sergey Shanshin · 4 years, 2 months ago
- 4b7e225 Add community-supported library multiplatform YAML to the formats list (#1150) by Him188 · 4 years, 2 months ago
- 317ff19 Fix ByteString annotation detection when ByteArray is nullable (#1139) by Travis Wyatt · 4 years, 3 months ago
- f3526d7 Remove kotlin-stdlib from README.md (#1132) by Martin Bonnin · 4 years, 3 months ago
- 0ba55a6 Fix API references in docs that differ only in case (#1131) by Roman Elizarov · 4 years, 3 months ago
- 3126d4e Fix typo in moduledoc.md (#1126) by Aakarshit Uppal · 4 years, 3 months ago
- 528ce78 Update releasing guide with website buildscript by Leonid Startsev · 4 years, 3 months ago
- d24399e Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 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
- afc3bed Update ProGuard documentation (#1095) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- de538ad Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 3 months ago
- 3904bd1 Support nullable types at top-level for JsonElement decoding (#1117) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- ef53d75 Get rid of deprecated API and replacements (#1111) by Vsevolod Tolstopyatov · 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
- b2e9104 Add handling of the project property that allows to disable cross-compilation (#1096) by Leonid Startsev · 4 years, 3 months ago
- 174be44 Fix incorrect documentation of `encodeDefaults` (#1108) by Anders Carling · 4 years, 3 months ago
- 36c1315 Expanded Contributing Guidelines (#1076) by Roman Elizarov · 4 years, 3 months ago
- 7e526a8 Enable JS IR compiler in integration tests by Leonid Startsev · 4 years, 4 months ago
- 832ad95 Update releasing guide by Leonid Startsev · 4 years, 3 months ago
- e2e764a Fix broken StacktraceRecoveryTest by Leonid Startsev · 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
- dae6ed1 Rework publish-mpp-root-module-in-platform.gradle (#1020) by Sergey Igushkin · 4 years, 3 months ago
- 55c4c20 Fix a typo (#1088) by madhead · 4 years, 3 months ago
- be7bf4b Support JsonElement hierarchy in dynamic decoding by Vsevolod Tolstopyatov · 4 years, 3 months ago
- d161fb0 Support top-level primitives and primitive map keys in dynamic serialization by Vsevolod Tolstopyatov · 4 years, 3 months ago
- 5317f7c Change core annotations retention (#1083) by Vsevolod Tolstopyatov · 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
- 608cbad Standartize and cleanup Gradle scripts by Vsevolod Tolstopyatov · 4 years, 4 months ago
- c0233db Move dynamic parsing to json package where it belongs by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 0e4e0e7 Extract JSON to a separate dependency, rename 'runtime' to 'core' (#1062) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 1df4d61 Mark JsonEncoder and JsonDecoder unstable for inheritance by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 0d28bef Fix typos in basic-serialization.md (#1066) by Marcono1234 · 4 years, 4 months ago
- ec46dec Add community CBOR format from L-Briand (#1064) by Lionel Briand · 4 years, 4 months ago
- e3e58e3 Support deserialization of top-level nullable types (#1038) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 46496be Make most serialization exceptions eligible for coroutines exception recovery (#1054) by Roman Elizarov · 4 years, 4 months ago
- 8c841ad fixes #1056, added spaces on example guides (#1057) by Sinan Güneş · 4 years, 4 months ago
- 8a82629 Add missing space before while parentheses (#1052) by Louis CAD · 4 years, 4 months ago
- a26835e Use method that present in all versions of Android API. (#1040) by Pupil · 4 years, 4 months ago
- 6eaf3d4 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 1051600 Alignment with Android API <24 (#1013) by Pupil · 4 years, 4 months ago
- 05f9ce2 Update Serializing interfaces section in Polymorphism (#1028) by Roman Elizarov · 4 years, 4 months ago
- cebdafc Throw JsonDecodingException on empty string literal at the end of the input (#1011) by ErikP0 · 4 years, 4 months ago
- 88e57b9 Minor changelog typos (#1014) by Andrei Bacalu · 4 years, 4 months ago
- eacd19d Fix typos (#977) by Dominic Fischer · 4 years, 4 months ago
- 56d2b50 DateAsStringSerializer → DateAsLongSerializer (#1007) by madhead · 4 years, 4 months ago
- 6995ef1 Add space staging repository by Vsevolod Tolstopyatov · 4 years, 4 months ago
- c98dc88 Typos fixed by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 8e573a0 Update README.md by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 62a8e3e remove new lines in deprecation warnings (#990) by Ben Simon · 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
- 566e3c1 Typo in the changelog by Vsevolod Tolstopyatov · 4 years, 4 months ago
- f0a6546 Merge pull request #971 from Kotlin/version-1.0.0-RC by Vsevolod Tolstopyatov · 4 years, 4 months ago
- fbf59d2 Update documentation by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 4a9fad5 Version 1.0.0-RC by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 317cbf9 Do not specify runtime retention explicitly, because of by Leonid Startsev · 4 years, 5 months ago
- 5d6e0aa Remove WASM target (#965) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 59699a3 Add imports required for Dokka task by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 8928872 Merge remote-tracking branch 'origin/master' into dev by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 419ddb9 [API stabilization] Experimental API (#960) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 5459c10 Docs: Kotlin Serialization Guide (#933) by Roman Elizarov · 4 years, 5 months ago
- 65fdbc7 Serializer lookup rework (#958) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 6224c23 Completely drop obsolete and outdated examples folder by Vsevolod Tolstopyatov · 4 years, 5 months ago
- df74000 [API stabilization] JSON configuration becomes stricter (#945) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- a148260 Renamed kotlinx-serialization-runtime to kotlinx-serialization-core (#953) by Leonid Startsev · 4 years, 5 months ago
- 5c1fdce Speedup reflective serializer lookup for common case by factor of 2.5 (#952) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 74653e1 typo by Leonid Startsev · 4 years, 5 months ago
- 03959d9 Improve migration for JsonInput (#950) by Leonid Startsev · 4 years, 5 months ago
- d2583db [API stabilization] Serializer lookup enchancements (#948) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- caeb0d6 [API stabilization] Json polymorphism changes (#930) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- 84a20a9 Add test for file-level nullable serializer (#942) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- cc52ca5 Fixed apiDump 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
- 370332b [API stabilization] Properties unification (#938) by Leonid Startsev · 4 years, 5 months ago
- ac04dd4 [API stabilization] Properly handle nullable type parameters in KSeri… (#937) by Vsevolod Tolstopyatov · 4 years, 5 months ago
- dcf14e2 More approachable exception messages during reflective lookup and sealed serialer specifically by Vsevolod Tolstopyatov · 4 years, 5 months ago
- e3cee86 Don't add Javadoc artifacts in `disableMetadataPublication`, add always (#936) by Sergey Igushkin · 4 years, 5 months ago
- ff0a6bc Add a lot of tests for multi-module compilation bugs by Leonid Startsev · 4 years, 5 months ago
- 7b64cc7 Couple minor gramatical tweaks (#926) by Daniel Baird · 4 years, 5 months ago