summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-02-01Contextual serialization for derived classes (#1277)Martin Raison
2021-01-28Experimental support for inline classes (#1244)Leonid Startsev
2021-01-22Ensure serialization is usable from K/N background threadVsevolod Tolstopyatov
2020-12-25Add serializerOrNull function for KType and Type arguments (#1164)Leonid 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-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-11-24Do not try to end structure in encode/decode stucture extensions if an except...Vsevolod Tolstopyatov
2020-11-20Properly cache serial names in order to improve performance of JSON parser wi...Vsevolod Tolstopyatov
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-07Support nullable types at top-level for JsonElement decoding (#1117)Vsevolod Tolstopyatov
2020-10-05Get rid of deprecated API and replacements (#1111)Vsevolod Tolstopyatov
2020-09-21Do not provide default implementation for serializersModule in Abstra… (#1089)Vsevolod Tolstopyatov
2020-09-18Change core annotations retention (#1083)Vsevolod Tolstopyatov
2020-09-17Update default polymorphic serialization guide section (#1031)Vsevolod Tolstopyatov
2020-09-17Fix "docs needed" tagged issues (#1079)Vsevolod Tolstopyatov
2020-09-14Standartize and cleanup Gradle scriptsVsevolod Tolstopyatov
2020-09-14Extract JSON to a separate dependency, rename 'runtime' to 'core' (#1062)Vsevolod Tolstopyatov