- 94b09eb Added test of support for nullable types by not null serializers (#1269) by Sergey Shanshin · 4 years ago
- 4236a7e Maven central publication (#1319) by Sergey Shanshin · 4 years ago
- fc1e1a9 Prepare 1.1.0-RC (#1316) by Leonid Startsev · 4 years ago
- 15a5caa Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years ago
- b275a2d Contextual serialization for derived classes (#1277) by Martin Raison · 4 years ago
- c8c14c9 Fix typo in serializers.md (#1315) by Mike Gershunovsky · 4 years 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
- 07f730a Ensure serialization is usable from K/N background thread by Vsevolod Tolstopyatov · 4 years ago
- 2d96a71 Fail on primitive type overflow during JsonElement deserialization by Vsevolod Tolstopyatov · 4 years ago
- f818be0 Throw SerializationException when encountering an invalid boolean in JSON by Vsevolod Tolstopyatov · 4 years ago
- 7ae2bf2 Update Gradle version to 6.7.1 (#1295) by Kamil Doległo · 4 years ago
- cb6a56b Optimize the loop for writing varints in ProtoBuf (#1294) by Vsevolod Tolstopyatov · 4 years ago
- f8f5419 Add serializerOrNull function for KType and Type arguments (#1164) by Leonid Startsev · 4 years, 1 month ago
- 0e0ff1a Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 1 month ago
- 6c272a3 Optimize check for missing fields in deserialization (#1153) by Sergey Shanshin · 4 years, 1 month ago
- 07b2460 Fix serializing property with custom accessors and backing field (#1197) by Sergey Shanshin · 4 years, 1 month ago
- b6eaad1 Add Multiplatform MsgPack community format (#1259) by Ensar Sarajčić · 4 years, 1 month ago
- 7bf5119 Remove deprecated declarations from runtime (#1260) by Leonid Startsev · 4 years, 1 month ago
- 6357dea Improved test of supporting of nullable serializer in UserSerializers annotation (#1195) by Sergey Shanshin · 4 years, 1 month ago
- a9899a7 Treat Collection as ArrayList in serializer by type lookups (#1257) by Leonid Startsev · 4 years, 1 month ago
- ec6d55c Fixed some typos in the serializers chapter. (#1218) by Ian Brandt · 4 years, 1 month ago
- 5bae104 Correctly escape keys in JsonObject.toString() (#1246) by Karlatemp · 4 years, 1 month ago
- a2d1f83 Protobuf: Fix bug example code (#1241) by Anh Le (Andy) · 4 years, 1 month ago
- 6dae08f Do not try to end structure in encode/decode stucture extensions if an exception has been thrown, so the original exception will be propagated (#1201) by Vsevolod Tolstopyatov · 4 years, 2 months ago
- fb65be2 Fixed a couple typos in the guide intro. (#1212) by Ian Brandt · 4 years, 2 months ago
- 728e220 Fixed some typos in the basics chapter. (#1214) by Ian Brandt · 4 years, 2 months ago
- de9b574 Fix dynamic serialization for nullable values (#1199) by Ankush Gupta · 4 years, 2 months ago
- 196d06c Fixed some typos in the built-in classes chapter. (#1216) by Ian Brandt · 4 years, 2 months ago
- 7863f3c Properly cache serial names in order to improve performance of JSON parser with strict mode (#1209) by Vsevolod Tolstopyatov · 4 years, 2 months ago
- 548550f Fixed some typos in the custom formats chapter. (#1211) by Ian Brandt · 4 years, 2 months ago
- 2e56542 Add build parameter to build serialization with JVM IR compiler (#1206) by Alexander Likhachev · 4 years, 2 months ago
- f5dffb8 Add Android SharedPreferences format (#1204) by EdwarDDay · 4 years, 2 months ago
- d1149d6 Update compatibility policy with actual state of different Kotlin components (#1174) by Leonid Startsev · 4 years, 2 months ago
- 31f646a Alllow shared prefix names (#1183) by TorRanfelt · 4 years, 2 months ago
- f08c62f Add support for encoding/decoding Properties values as Strings (#1158) by Leonid Startsev · 4 years, 3 months ago
- 7ce6915 Update formats/properties/commonMain/src/kotlinx/serialization/properties/Properties.kt by Leonid Startsev · 4 years, 3 months ago
- 4bd949b Prepare 1.0.1 release by Leonid Startsev · 4 years, 3 months ago
- f102e60 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 4 years, 3 months ago
- aed6cef Match releasing document with current TeamCity setup (#1130) by Leonid Startsev · 4 years, 3 months ago
- 21a76f0 Improve documentation of Properties serialization methods by Daniel Jasiński · 4 years, 3 months ago
- 9bb671f Add Pair and Triple to serializer resolving from Java type token (#1160) by Leonid Startsev · 4 years, 3 months ago
- ed7bf80 Properly cache generated serializers in PluginGeneratedSerialDescript… (#1159) by Vsevolod Tolstopyatov · 4 years, 3 months ago
- d271407 Add support for object polymorhism in HOCON decoder (#1136) by Sergey Shanshin · 4 years, 3 months ago
- 5a8f09f Add object-based serialization and deserialization of polimorphic types in JSON on JS platform (#1122) by Sergey Shanshin · 4 years, 3 months ago
- 07db572 Add support for encoding/deconding Properties as String by Daniel Jasiński · 4 years, 3 months ago
- d58afee Fix deserialization of float and double types in CBOR (#1112) by Sergey Shanshin · 4 years, 3 months ago
- 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155) by Roman Elizarov · 4 years, 3 months ago
- 703f8e7 Add support of decoding map in the root of HOCON config (#1106) by Sergey Shanshin · 4 years, 3 months ago
- 4b7e225 Add community-supported library multiplatform YAML to the formats list (#1150) by Him188 · 4 years, 3 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, 4 months ago
- 36c1315 Expanded Contributing Guidelines (#1076) by Roman Elizarov · 4 years, 4 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, 4 months ago
- e2e764a Fix broken StacktraceRecoveryTest by Leonid Startsev · 4 years, 4 months ago
- 932f8c5 Merge branch 'master' into dev by Leonid Startsev · 4 years, 4 months ago
- 549b9cc Prepare RC2 release (#1087) by Leonid Startsev · 4 years, 4 months ago
- c041c2c Change default value of `encodeDefaults` config flag (#1084) by Leonid Startsev · 4 years, 4 months ago
- 47ebf82 Do not provide default implementation for serializersModule in Abstra… (#1089) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- dae6ed1 Rework publish-mpp-root-module-in-platform.gradle (#1020) by Sergey Igushkin · 4 years, 4 months ago
- 55c4c20 Fix a typo (#1088) by madhead · 4 years, 4 months ago
- be7bf4b Support JsonElement hierarchy in dynamic decoding by Vsevolod Tolstopyatov · 4 years, 4 months ago
- d161fb0 Support top-level primitives and primitive map keys in dynamic serialization by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 5317f7c Change core annotations retention (#1083) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- 7dddbe8 Update default polymorphic serialization guide section (#1031) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- d43ce10 Fix "docs needed" tagged issues (#1079) by Vsevolod Tolstopyatov · 4 years, 4 months ago
- b0f0d92 Fix typo in polymorphism.md (#1074) by Jozef Krupik · 4 years, 4 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, 5 months ago
- 88e57b9 Minor changelog typos (#1014) by Andrei Bacalu · 4 years, 5 months ago
- eacd19d Fix typos (#977) by Dominic Fischer · 4 years, 5 months ago
- 56d2b50 DateAsStringSerializer → DateAsLongSerializer (#1007) by madhead · 4 years, 5 months ago