summaryrefslogtreecommitdiff
path: root/formats/cbor
AgeCommit message (Expand)Author
2021-03-15Activate js legacy tests (#1371)EdwarDDay
2021-01-22Ensure serialization is usable from K/N background threadVsevolod Tolstopyatov
2020-12-24Remove deprecated declarations from runtime (#1260)Leonid Startsev
2020-10-21Fix deserialization of float and double types in CBOR (#1112)Sergey Shanshin
2020-10-13Fix ByteString annotation detection when ByteArray is nullable (#1139)Travis Wyatt
2020-10-05Get rid of deprecated API and replacements (#1111)Vsevolod Tolstopyatov
2020-10-05Add CBOR ignoreUnknownKeys option (#947)Travis Wyatt
2020-09-21Change default value of `encodeDefaults` config flag (#1084)Leonid Startsev
2020-09-14Standartize and cleanup Gradle scriptsVsevolod Tolstopyatov
2020-09-10Make most serialization exceptions eligible for coroutines exception recovery...Roman Elizarov
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-29Fixed apiDumpRoman Elizarov
2020-07-29Add CBOR major type 2 (byte string) support (#898)Travis Wyatt
2020-07-21[API stabilization] CborVsevolod Tolstopyatov
2020-07-21Relocate SerialDescriptor and stuff to .descriptors packageLeonid Startsev
2020-07-21Relocate Encoder and DecoderLeonid Startsev
2020-07-13[API stabilization] SerialDescriptorVsevolod Tolstopyatov
2020-07-13[API stabilization] SerialModuleBuilder reworkVsevolod Tolstopyatov
2020-07-13[API stabilization] SerialModule reworkVsevolod Tolstopyatov
2020-07-12[API stabilization] Encoder and DecoderVsevolod Tolstopyatov
2020-07-09[API stabilization] Builtin package stabilizationVsevolod Tolstopyatov
2020-06-29[API stabilization] Hide public IO classes, copy them to ProtoBuf and CBOR, r...Vsevolod Tolstopyatov
2020-06-29[API stabilization] Renames in BinaryFormat, rename dump to encodeToByteArray...Vsevolod Tolstopyatov
2020-06-17Deprecation and binary compatibility (#861)Vsevolod Tolstopyatov
2020-04-15Validate Input available bytes once beforehand in readExactNBytes to avoid lo...Vsevolod Tolstopyatov
2020-04-09Deprecate .patch and support scattered arrays in protobuf properlyLeonid Startsev
2020-04-09Deprecate update* and add oldValue parameter to decodeSerializableValueLeonid Startsev
2020-03-26Rename IS, BAOS, OS and BAOS to stop being looking similar to java.ioVsevolod Tolstopyatov
2020-03-26Optimize ProtoBuf decodingVsevolod Tolstopyatov
2020-03-20Enable library author's mode and adjust visibilities (#758)Leonid Startsev
2020-02-27Introduce factories for ArraySerializers as well, deprecate top-level array s...Vsevolod Tolstopyatov
2020-02-27Extract ElementValue encoder and decoder to builtins and rename it to Abstrac...Vsevolod Tolstopyatov
2020-02-27Introduce CollectionSerializers, split existing Shorthands between packagesVsevolod Tolstopyatov
2020-02-27Replace top-level primitive serializers with corresponding companion function...Vsevolod Tolstopyatov
2020-02-27Deprecate top-level format instances, leave only companion objectsVsevolod Tolstopyatov
2020-02-27Rename obj to value in SerialFormatVsevolod Tolstopyatov
2020-02-13Remove HexConverter from cborMain dependenciesLeonid Startsev
2020-02-13Get rid of AbstractSerialFormat superclassLeonid Startsev
2020-02-13Deprecate most of internal functionsLeonid Startsev
2020-02-06Migration paths, documentation improvements and additional SerialDescriptorBu...Vsevolod Tolstopyatov
2020-02-06Document Encoder and CompositeEncoderVsevolod Tolstopyatov
2020-02-06Document Decoder and CompositeDecoder, split encoding and decoding to differe...Vsevolod Tolstopyatov
2020-02-05Remove stuff that was deprecated long agoLeonid Startsev
2020-01-30Get rid of deprecated HexConverter in our codeVsevolod Tolstopyatov
2020-01-24Rename obj -> value in SerializationStrategy.serializeLeonid Startsev
2020-01-24Fix annoying cmdline compiler warningsLeonid Startsev
2020-01-22Update to dev version: 1.3.70-eap-107Leonid Startsev
2020-01-20Rename SerialId to ProtoId to better reflect its semanticsVsevolod Tolstopyatov
2019-12-27Reduce number of internal dependencies and use bitwise operations in ProtoBuf...Vsevolod Tolstopyatov