summaryrefslogtreecommitdiff
path: root/formats/properties
AgeCommit message (Expand)Author
2023-04-25Properties Format: Support sealed/polymorphic classes as class properties (#2...EdwarDDay
2022-10-26Make DeserializationStrategy covariant at declaration-site (#1897)Lukellmann
2022-10-13Fix incorrect behavior while deserializing maps to sealed classes (#2052)Rodrigo Vedovato
2022-06-01Stabilize EmptySerializersModule (#1921)Vsevolod Tolstopyatov
2022-01-28Upgrade Gradle to version 7.3.3 (#1822)Sebastian Schuberth
2021-10-29Add Kover plugin (#1733)Leonid Startsev
2021-09-08Use a separate source set for compiling the module descriptor to prevent IDE ...Gerard de Leeuw
2021-09-03Add explicit module-info's for JPMS compatability (#1624)Gerard de Leeuw
2021-06-11Added correct error message when deserializing missing enum member for Proper...Sergey Shanshin
2021-05-24Get rid of (almost) all build warnings and deprecationsLeonid Startsev
2020-11-05Alllow shared prefix names (#1183)TorRanfelt
2020-10-28Update formats/properties/commonMain/src/kotlinx/serialization/properties/Pro...Leonid Startsev
2020-10-26Improve documentation of Properties serialization methodsDaniel Jasiński
2020-10-21Add support for encoding/deconding Properties as StringDaniel Jasiński
2020-10-05Get rid of deprecated API and replacements (#1111)Vsevolod Tolstopyatov
2020-10-03Update to new Dokka (#1100)Vsevolod Tolstopyatov
2020-09-14Standartize and cleanup Gradle scriptsVsevolod Tolstopyatov
2020-08-11Add imports required for Dokka taskVsevolod Tolstopyatov
2020-08-11[API stabilization] Experimental API (#960)Vsevolod Tolstopyatov
2020-08-03Renamed kotlinx-serialization-runtime to kotlinx-serialization-core (#953)Leonid Startsev
2020-07-30[API stabilization] Serializer lookup enchancements (#948)Vsevolod Tolstopyatov
2020-07-28[API stabilization] Properties unification (#938)Leonid Startsev
2020-07-22Make Properties consistent with Json format and serialize enums as st… (#924)Vsevolod Tolstopyatov
2020-07-21Relocate SerialDescriptor and stuff to .descriptors packageLeonid Startsev
2020-07-21Relocate Encoder and DecoderLeonid Startsev
2020-07-21Split @ContextualSerialization in two (#922)Leonid Startsev
2020-07-13[API stabilization] SerialModule reworkVsevolod Tolstopyatov
2020-07-12[API stabilization] Encoder and DecoderVsevolod Tolstopyatov
2020-07-07[API stabilization] Exceptions rework (#880)Vsevolod Tolstopyatov
2020-06-17Deprecation and binary compatibility (#861)Vsevolod Tolstopyatov
2020-06-16Promote typeOf-based API usage: (#850)Vsevolod Tolstopyatov
2020-04-28Add support for String enum values in maps for Properties loading (#818) (#819)thumannw
2020-04-09Deprecate update* and add oldValue parameter to decodeSerializableValueLeonid Startsev
2020-04-06Set up dokka and docs publishing process (#780)Leonid Startsev
2020-03-20Enable library author's mode and adjust visibilities (#758)Leonid Startsev
2020-03-11Enable JS IR supportLeonid Startsev
2020-02-27Migrate to eap3 and clean up some warnings; bump versionLeonid Startsev
2020-02-27Introduce factories for ArraySerializers as well, deprecate top-level array s...Vsevolod Tolstopyatov
2020-02-27Move Tagged.kt to internal packageVsevolod Tolstopyatov
2020-02-27Hide tuple serializers from the public usages and replace them with factory m...Vsevolod Tolstopyatov
2020-02-27Deprecate top-level format instances, leave only companion objectsVsevolod Tolstopyatov
2020-02-18Ignore test that behaves differently with UnitLeonid Startsev
2020-02-13Get rid of AbstractSerialFormat superclassLeonid Startsev
2020-02-06Migration paths, documentation improvements and additional SerialDescriptorBu...Vsevolod Tolstopyatov
2020-02-06Document Encoder and CompositeEncoderVsevolod Tolstopyatov
2020-01-29Omit nulls in .store instead of throwing an exceptionLeonid Startsev
2020-01-29Add optionals handling to Properties readerLeonid Startsev
2020-01-29Rename Mapper to PropertiesLeonid Startsev
2020-01-29Support StructureKind.MAP in Properties correctlyLeonid Startsev
2020-01-29Move Mapper to separate 'properties' moduleLeonid Startsev