summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-03Add backticks to classesupstream-1.1.0-RC-releaseLeonid Startsev
2021-02-03Fix duplicated 'for'Leonid Startsev
2021-02-01Prepare 1.1.0-RCLeonid Startsev
2021-02-01Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-02-01Contextual serialization for derived classes (#1277)Martin Raison
2021-02-01Fix typo in serializers.md (#1315)Mike Gershunovsky
2021-01-28Fix typo in serializers.md (#1307)Donghyeon Kim
2021-01-28Experimental support for inline classes (#1244)Leonid Startsev
2021-01-22Ensure serialization is usable from K/N background threadVsevolod Tolstopyatov
2021-01-22Fail on primitive type overflow during JsonElement deserializationVsevolod Tolstopyatov
2021-01-22Throw SerializationException when encountering an invalid boolean in JSONVsevolod Tolstopyatov
2021-01-19Update Gradle version to 6.7.1 (#1295)Kamil Doległo
2021-01-19Optimize the loop for writing varints in ProtoBuf (#1294)Vsevolod Tolstopyatov
2020-12-25Add serializerOrNull function for KType and Type arguments (#1164)Leonid Startsev
2020-12-25Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2020-12-24Optimize check for missing fields in deserialization (#1153)Sergey Shanshin
2020-12-24Fix serializing property with custom accessors and backing field (#1197)Sergey Shanshin
2020-12-24Add Multiplatform MsgPack community format (#1259)Ensar Sarajčić
2020-12-24Remove deprecated declarations from runtime (#1260)Leonid Startsev
2020-12-24Improved test of supporting of nullable serializer in UserSerializers annotat...Sergey Shanshin
2020-12-22Treat Collection as ArrayList in serializer by type lookups (#1257)Leonid Startsev
2020-12-10Fixed some typos in the serializers chapter. (#1218)Ian Brandt
2020-12-10Correctly escape keys in JsonObject.toString() (#1246)Karlatemp
2020-12-08Protobuf: Fix bug example code (#1241)Anh Le (Andy)
2020-11-24Do not try to end structure in encode/decode stucture extensions if an except...Vsevolod Tolstopyatov
2020-11-23Fixed a couple typos in the guide intro. (#1212)Ian Brandt
2020-11-23Fixed some typos in the basics chapter. (#1214)Ian Brandt
2020-11-23Fix dynamic serialization for nullable values (#1199)Ankush Gupta
2020-11-21Fixed some typos in the built-in classes chapter. (#1216)Ian Brandt
2020-11-20Properly cache serial names in order to improve performance of JSON parser wi...Vsevolod Tolstopyatov
2020-11-20Fixed some typos in the custom formats chapter. (#1211)Ian Brandt
2020-11-17Add build parameter to build serialization with JVM IR compiler (#1206)Alexander Likhachev
2020-11-16Add Android SharedPreferences format (#1204)EdwarDDay
2020-11-13Update compatibility policy with actual state of different Kotlin components ...Leonid Startsev
2020-11-05Alllow shared prefix names (#1183)TorRanfelt
2020-10-28Add support for encoding/decoding Properties values as Strings (#1158)Leonid Startsev
2020-10-28Update formats/properties/commonMain/src/kotlinx/serialization/properties/Pro...Leonid Startsev
2020-10-28Prepare 1.0.1 releaseupstream/v1.0.1Leonid Startsev
2020-10-28Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2020-10-28Match releasing document with current TeamCity setup (#1130)Leonid Startsev
2020-10-26Improve documentation of Properties serialization methodsDaniel Jasiński
2020-10-26Add Pair and Triple to serializer resolving from Java type token (#1160)Leonid Startsev
2020-10-23Properly cache generated serializers in PluginGeneratedSerialDescript… (#1159)Vsevolod Tolstopyatov
2020-10-22Add support for object polymorhism in HOCON decoder (#1136)Sergey Shanshin
2020-10-22Add object-based serialization and deserialization of polimorphic types in JS...Sergey Shanshin
2020-10-21Add support for encoding/deconding Properties as StringDaniel Jasiński
2020-10-21Fix deserialization of float and double types in CBOR (#1112)Sergey Shanshin
2020-10-21Fix example for Json.encodeDefaults to reflect the change in the default (#1155)Roman Elizarov
2020-10-21Add support of decoding map in the root of HOCON config (#1106)Sergey Shanshin
2020-10-19Add community-supported library multiplatform YAML to the formats list (#1150)Him188