- dd98219 Third-Party Import of: <https://github.com/Kotlin/kotlinx.serialization/> by Clara Fok · 10 months ago
- 9650a28 Add changelog; fix Kotlin update & merge issues by Leonid Startsev · 2 years, 8 months ago
- 4af6772 Merge remote-tracking branch 'origin/master' into 1.3.3-release by Leonid Startsev · 2 years, 8 months ago
- 984345b Bump version, add lockfile by Leonid Startsev · 2 years, 8 months ago
- fb02e66 Incorporate JsonPath into exception messages (#1841) by Vsevolod Tolstopyatov · 2 years, 8 months ago
- a46299e Expand @SerialInfo doc with information on targets (#1926) by Leonid Startsev · 2 years, 8 months ago
- 85986d8 Fix broken build after 0542df5b121d80c54936265b0f0eb1de57339692 by Leonid Startsev · 2 years, 8 months ago
- ce8b05f Docs: Add decodeSequentially possible skipping decodeElementIndex (#1924) by Philip Wedemann · 2 years, 8 months ago
- 0542df5 Don't throw exception on the presence of a ProtoPacked annotation when it is not valid, by Paul de Vrieze · 2 years, 9 months ago
- 9e2040b Add packed support to the ProtoBufSchemaGenerator. by Paul de Vrieze · 2 years, 11 months ago
- 05f0dfd Mark block in corresponding encodeStructure/decodeStructure extensions as crossinline to reduce amount of bytecode (#1917) by Vsevolod Tolstopyatov · 2 years, 8 months ago
- 4228656 Iterate over element indicies in ObjectSerializer in order to let the format skip unknown keys (#1916) by Vsevolod Tolstopyatov · 2 years, 8 months ago
- 7848924 Wrong link to class discriminator key customisation docs (#1885) by Ignacio Ruiz · 2 years, 9 months ago
- 7dca5ed KDoc typo, typeParamSerializer -> tSerializer (#1878) by aSemy · 2 years, 10 months ago
- 41b3996 Add some documentation for ProtoBufSchemaGenerator in formats.md (#1855) by Justin Heyes-Jones · 2 years, 10 months ago
- 216ea9c Correctly support registering both default polymorphic serializer & deserializer (#1849) by Leonid Startsev · 2 years, 10 months ago
- 83003e0 Make error message for captured generic type parameters much more straightforward (#1863) by Vsevolod Tolstopyatov · 2 years, 10 months ago
- ce366de Fixed ProGuard rules for nested classes by Sergey.Shanshin · 3 years ago
- c78e950 Protobuf packed encoding/decoding (#1830) by Paul de Vrieze · 2 years, 11 months ago
- ece9fdd Upgrade Gradle to version 7.3.3 (#1822) by Sebastian Schuberth · 2 years, 11 months ago
- a27c365 Support serialization of collections that are not lists (#1821) by Sebastian Schuberth · 2 years, 11 months ago
- d254e6d Support serialization of collections that are not lists (#1821) by Sebastian Schuberth · 2 years, 11 months ago
- 3ac9b89 Provide documentation for @EncodeDefault and @JsonClassDiscriminator (#1832) by Leonid Startsev · 3 years ago
- f3de873 Update the description for the XML format to use the new coordinates (#1828) by Paul de Vrieze · 3 years ago
- 2e960d0 Best-effort kotlin reflect avoidance in serializer(Type) by Vsevolod Tolstopyatov · 3 years ago
- 63fe3ff Update GH pages script to work with new Dokka by Leonid Startsev · 3 years ago
- 8be6845 Update Dokka to 1.6.0 and migrate settings (#1804) by Ignat Beresnev · 3 years ago
- 0b6c5b8 Fix knit after a053cf15782b72664eff7e1f37266d53615efc0f by Leonid Startsev · 3 years ago
- a053cf1 Improve grammar (#1805) by Sebastian Aigner · 3 years ago
- 15a4dd2 Prepare 1.3.2 release by Leonid Startsev · 3 years ago
- 8c93430 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years ago
- 02fe708 Update to 1.6.10 by Leonid Startsev · 3 years ago
- 261490a Hocon encoder implementation (#1740) by Osip Fatkullin · 3 years ago
- 77aa167 HOCON: parse strings into integers and booleans if possible (#1795) by tobiaslieber · 3 years ago
- a33ef02 Properly handle top-level value classes in encodeToJsonElement (#1777) by Leonid Startsev · 3 years ago
- 4c30fcf Fixed a naming bug in Json kdocs (#1794) by Lars Artmann · 3 years ago
- 1b2344f Fix incorrect handling of object end when JsonTreeReader (JsonElement) is used with decodeToSequence (#1782) by Leonid Startsev · 3 years, 1 month ago
- 9755adc Reduce core module coverage bound by Vsevolod Tolstopyatov · 3 years, 1 month ago
- 51ccccf Update Kover to 0.4.2 (#1772) by Vsevolod Tolstopyatov · 3 years, 1 month ago
- 4597602 Add polymorphic default serializers (as opposed to deserializers) (#1686) by Joseph Burton · 3 years, 1 month ago
- 4c87a43 Tests for sealed generic serializers (#1767) by Leonid Startsev · 3 years, 1 month ago
- 53b46e9 Add an encodeCollection extensions (#1749) by Nicklas Ansman Giertz · 3 years, 1 month ago
- 471f4bb Prepare 1.3.1 release by Leonid Startsev · 3 years, 2 months ago
- 2a71f31 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 2 months ago
- b211c29 Provide decodeToSequence to read multiple objects from stream lazily (#1691) by Leonid Startsev · 3 years, 2 months ago
- 3999818 Correctly handle buffer boundaries while decoding escape sequences from json stream (#1706) by Leonid Startsev · 3 years, 2 months ago
- e721ebe Add Kover plugin (#1733) by Leonid Startsev · 3 years, 2 months ago
- f6a3432 Easier to configure ProGuard rules (#1721) by Steven Jeuris · 3 years, 2 months ago
- b746ba8 docs(polymorphism): fixing a typo (#1731) by Dimitri Saridakis · 3 years, 2 months ago
- c06ebb4 Properly skip unknown keys for objects and structures with zero prope… (#1720) by Vsevolod Tolstopyatov · 3 years, 2 months ago
- 85be8a7 Fix merging for maplikeSerializer when the map is not empty (by using the actual size * 2). (#1712) by Paul de Vrieze · 3 years, 2 months ago
- 1814a92 Added android.os.Bundle to community-supported formats (#1722) by Ahmed Mourad · 3 years, 3 months ago
- 0f1901b Update/fix xml parser maven coordinate (and clarify a bit of the documentation). (#1723) by Paul de Vrieze · 3 years, 3 months ago
- 719e6af Added more lenient ProGuard rules (#1717) by Sergey Shanshin · 3 years, 3 months ago
- bb0d274 Fix lookup of primitive array serializers by Java type token (#1708) by Leonid Startsev · 3 years, 3 months ago
- 5ce8e2c Update changelog by Leonid Startsev · 3 years, 3 months ago
- 4276aa1 Correctly throw SerializationException instead of IOOBE for some cases with EOF in streams (#1677) by Leonid Startsev · 3 years, 3 months ago
- 7285ed3 Prepare 1.3.0 release by Leonid Startsev · 3 years, 3 months ago
- 5a16c22 Add forgottent '@ExperimentalSerializationApi' on JsonBuilder.explicitNulls (#1697) by Leonid Startsev · 3 years, 3 months ago
- 07c7486 Promote JsonConfiguration and its usages to stable (#1690) by Vsevolod Tolstopyatov · 3 years, 3 months ago
- 0d1dc0e Remove opt-in annotations from SerialFormat, StringFormat, BinaryFormat (#1688) by Leonid Startsev · 3 years, 3 months ago
- e1ff8f2 CBOR: ignore tags when reading (#1614) by David Robertson · 3 years, 3 months ago
- 55c9daf Proofread json.md (#1667) by Pavel Semyonov · 3 years, 3 months ago
- 8384772 Use a separate source set for compiling the module descriptor to prevent IDE issues (#1665) by Gerard de Leeuw · 3 years, 4 months ago
- 920f589 Prepare 1.3.0-RC release (#1658) by Leonid Startsev · 3 years, 4 months ago
- 779acb2 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 4 months ago
- 8cbdbfc Add Apple Silicon targets by Leonid Startsev · 3 years, 4 months ago
- 5f64f99 Set target JVM version to 8 for Hocon module in Gradle metadata (#1661) by Leonid Startsev · 3 years, 4 months ago
- 82134bd Fix SerialFormat doc: Change `BinaryFormat` to `SerialFormat` (#1656) by Ben Woodworth · 3 years, 4 months ago
- a5227cf Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 4 months ago
- cf6e41a Add explicit module-info's for JPMS compatability (#1624) by Gerard de Leeuw · 3 years, 4 months ago
- c0c60a6 JVM integration with InputStream and OutputStream (#1569) by Leonid Startsev · 3 years, 4 months ago
- 0e75d25 Upgrade to 1.5.30 by Leonid Startsev · 3 years, 4 months ago
- f673bc2 Fix annotation name by Geert · 3 years, 4 months ago
- be7af57 Introduce @InheritableSerialInfo and @JsonClassDiscriminator to configure discriminator per polymorphic base class by Leonid Startsev · 3 years, 7 months ago
- 63eff4d Add annotations array parameter for sealed, polymorphic, and object serialzers by Leonid Startsev · 3 years, 7 months ago
- 73d0f87 Test for @SerialInfo with default value by Leonid Startsev · 3 years, 7 months ago
- d3288f2 Fix API docs typos (#1641) by Andrey Aksenov · 3 years, 4 months ago
- fa569a8 Documentation for 'explicitNulls' feature (#1634) by Leonid Startsev · 3 years, 4 months ago
- d00bff2 Properly handle quoted 'null' literals in lenient mode (#1637) by Vsevolod Tolstopyatov · 3 years, 4 months ago
- 4755b24 Fix typo in Json.decodeFromJsonElement by Vsevolod Tolstopyatov · 3 years, 4 months ago
- 0697421 Add guide for delegating serializers and wrapping serial descriptor (#1591) by Leonid Startsev · 3 years, 5 months ago
- 656ba0c Introduce @EncodeDefault annotation with two modes: ALWAYS and NEVER (#1528) by Leonid Startsev · 3 years, 5 months ago
- 67cfed3 Added tests on support of local serializable classes (#1532) by Sergey Shanshin · 3 years, 5 months ago
- 778321f Enum and onject serializer lookup tests (#1505) by Sergey Shanshin · 3 years, 5 months ago
- f7a7141 Update to 1.5.30-RC by Leonid Startsev · 3 years, 5 months ago
- 7c1f8e6 Fix typo (#1631) by Jumpaku · 3 years, 5 months ago
- 2048fac Explicit nulls flag for JSON format by Sergey Shanshin · 3 years, 5 months ago
- 9efd378 Add missing experimental status to HOCON (#1611) by Jakob K · 3 years, 5 months ago
- 8ce04ef Switch on deep recursive function when nested level of JS… (#1596) by Vsevolod Tolstopyatov · 3 years, 5 months ago
- 3aa8122 Updating the list of format with 'ktoml' project (#1595) by Andrey Kuleshov · 3 years, 6 months ago
- cee766c Improve error message for JsonTreeReader (#1597) by Vsevolod Tolstopyatov · 3 years, 6 months ago
- f305d70 Prepare 1.2.2 release by Leonid Startsev · 3 years, 6 months ago
- 8262081 Merge remote-tracking branch 'origin/master' into dev by Leonid Startsev · 3 years, 6 months ago
- 9f8d050 Fix repository for dokka dependency by Leonid Startsev · 3 years, 6 months ago
- ab5bbb0 Optimize CBOR Integer encoding length (#1570) by David Taylor · 3 years, 6 months ago
- 48cf9e8 Added tests on calculated default value of properties depending on other properties by Sergey Shanshin · 3 years, 6 months ago
- 98ead98 Add task to put jmh benchmarks results to teamcity statistics (#1568) by Leonid Startsev · 3 years, 6 months ago
- 4982507 Added tests on caching serializer for `serializer()` function by Sergey Shanshin · 3 years, 6 months ago
- 36d4dee Upgrade Kotlin to 1.5.20 by Sergey Shanshin · 3 years, 6 months ago