summaryrefslogtreecommitdiff
path: root/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/ProtoBuf.kt
AgeCommit message (Expand)Author
2023-07-14Actualize Protobuf documentation (#2355)Leonid Startsev
2022-06-01Stabilize EmptySerializersModule (#1921)Vsevolod Tolstopyatov
2021-05-24Get rid of (almost) all build warnings and deprecationsLeonid Startsev
2020-12-08Protobuf: Fix bug example code (#1241)Anh Le (Andy)
2020-10-05Get rid of deprecated API and replacements (#1111)Vsevolod Tolstopyatov
2020-09-21Change default value of `encodeDefaults` config flag (#1084)Leonid Startsev
2020-08-11[API stabilization] Experimental API (#960)Vsevolod Tolstopyatov
2020-07-30typoLeonid Startsev
2020-07-30Improve migration for JsonInput (#950)Leonid Startsev
2020-07-22[API stabilization] ProtoBuf rework (#912)Vsevolod Tolstopyatov
2020-07-21ProtoBuf enchancements (#923)Vsevolod Tolstopyatov
2020-07-21Relocate SerialDescriptor and stuff to .descriptors packageLeonid Startsev
2020-07-21Relocate Encoder and DecoderLeonid Startsev
2020-07-13[API stabilization] SerialModule reworkVsevolod Tolstopyatov
2020-07-12[API stabilization] Encoder and DecoderVsevolod 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-04-13Protobuf minor optimizations:Vsevolod Tolstopyatov
2020-04-13ProtoBuf decoding rework:Vsevolod Tolstopyatov
2020-04-13ProtoBuf encoding rework:Vsevolod Tolstopyatov
2020-04-13Refactor ProtoBuf to be more maintenance-friendly, extract internal implement...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-26Get rid of quadratic index lookup in ProtoBufVsevolod Tolstopyatov
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-26Optimize ProtoBuf encoding:Vsevolod Tolstopyatov
2020-03-26Protobuf performance improvementsVsevolod Tolstopyatov
2020-03-26Protobuf improvementsVsevolod Tolstopyatov
2020-03-20Enable library author's mode and adjust visibilities (#758)Leonid Startsev
2020-03-02Hide internal collection and map serializers, use deprecation suppression in ...Vsevolod Tolstopyatov
2020-02-27Introduce factories for ArraySerializers as well, deprecate top-level array s...Vsevolod Tolstopyatov
2020-02-27Hide as much internal API as possible for collectionsVsevolod 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-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-06Migration paths, documentation improvements and additional SerialDescriptorBu...Vsevolod Tolstopyatov
2020-02-06Serial kinds re-adjustmentsVsevolod Tolstopyatov
2020-02-06Document Encoder and CompositeEncoderVsevolod Tolstopyatov
2020-02-05Remove stuff that was deprecated long agoLeonid Startsev
2020-01-24Fix annoying cmdline compiler warningsLeonid Startsev
2020-01-20Merge remote-tracking branch 'origin/dev' into split-into-modulesVsevolod Tolstopyatov
2019-12-27Reduce number of internal dependencies: deprecate IOException, mark IS/OS as ...Vsevolod Tolstopyatov
2019-12-27Reduce number of internal dependencies and use bitwise operations in ProtoBuf...Vsevolod Tolstopyatov
2019-12-26Extract ProtoBuf format to the separate moduleVsevolod Tolstopyatov