summaryrefslogtreecommitdiff
path: root/formats
AgeCommit message (Expand)Author
2021-09-23Correctly throw SerializationException instead of IOOBE for some cases with E...Leonid Startsev
2021-09-23Add forgottent '@ExperimentalSerializationApi' on JsonBuilder.explicitNulls (...Leonid Startsev
2021-09-22Promote JsonConfiguration and its usages to stable (#1690)Vsevolod Tolstopyatov
2021-09-17CBOR: ignore tags when reading (#1614)David Robertson
2021-09-08Use a separate source set for compiling the module descriptor to prevent IDE ...Gerard de Leeuw
2021-09-06Set target JVM version to 8 for Hocon module in Gradle metadata (#1661)Leonid Startsev
2021-09-03Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-09-03Add explicit module-info's for JPMS compatability (#1624)Gerard de Leeuw
2021-09-03JVM integration with InputStream and OutputStream (#1569)Leonid Startsev
2021-08-26Introduce @InheritableSerialInfo and @JsonClassDiscriminator to configure dis...Leonid Startsev
2021-08-20Fix API docs typos (#1641)Andrey Aksenov
2021-08-17Properly handle quoted 'null' literals in lenient mode (#1637)Vsevolod Tolstopyatov
2021-08-16Fix typo in Json.decodeFromJsonElementVsevolod Tolstopyatov
2021-08-12Introduce @EncodeDefault annotation with two modes: ALWAYS and NEVER (#1528)Leonid Startsev
2021-08-12Added tests on support of local serializable classes (#1532)Sergey Shanshin
2021-08-12Update to 1.5.30-RCLeonid Startsev
2021-07-30Explicit nulls flag for JSON formatSergey Shanshin
2021-07-26Add missing experimental status to HOCON (#1611)Jakob K
2021-07-19Switch on deep recursive function when nested level of JS… (#1596)Vsevolod Tolstopyatov
2021-07-15Updating the list of format with 'ktoml' project (#1595)Andrey Kuleshov
2021-07-12Improve error message for JsonTreeReader (#1597)Vsevolod Tolstopyatov
2021-07-08Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-07-06Optimize CBOR Integer encoding length (#1570)David Taylor
2021-06-28Added tests on calculated default value of properties depending on other prop...Sergey Shanshin
2021-06-25Upgrade Kotlin to 1.5.20Sergey Shanshin
2021-06-25Added tests on serialization of sealed classes from different filesSergey Shanshin
2021-06-22Allow for Contextual serializers as map keys in Json (#1552)Paul de Vrieze
2021-06-22Add factory function to wrap a serial descriptor with a custom name (#1547)Fadenfire
2021-06-15Throw JsonDecodingException instead of ClassCastException during unexpected n...Vsevolod Tolstopyatov
2021-06-15Prohibit 'null' strings in lenient mode in order to get rid of 'null' and "nu...Vsevolod Tolstopyatov
2021-06-15Update README.md (#1554)dimitark
2021-06-11Avoid usage of reflective-like serialDescriptor<KType> in production sources ...Leonid Startsev
2021-06-11Added correct error message when deserializing missing enum member for Proper...Sergey Shanshin
2021-05-26Activated advanced missing fields testsSergey Shanshin
2021-05-24Get rid of enable_jvm_ir flagLeonid Startsev
2021-05-24Get rid of (almost) all build warnings and deprecationsLeonid Startsev
2021-05-21Update JSON corpus test set (#1494)Vsevolod Tolstopyatov
2021-05-20Make DescriptorSchemaCache in Json thread-local on Native (#1484)Leonid Startsev
2021-05-20Support for @JsonNames and coerceInputValues in Json.decodeFromDynamic (#1479)Leonid Startsev
2021-05-13Ensure capacity os JsonStringBuilder on multi-symbol slowpathVsevolod Tolstopyatov
2021-05-13Merge remote-tracking branch 'origin/master' into devLeonid Startsev
2021-05-13Added support for nullable value, nested and empty collections in protobuf (#...Sergey Shanshin
2021-05-13Support @JsonNames for enum values (#1473)Leonid Startsev
2021-05-12Handle EOF in skipElement correctly (#1475)Leonid Startsev
2021-05-12Allow using value classes with primitive carriers as map keys without… (#1470)Vsevolod Tolstopyatov
2021-05-12Disable test for JS due to timeout restrictionsVsevolod Tolstopyatov
2021-05-12Read JsonNull only for non-string literals in JsonTreeReaderVsevolod Tolstopyatov
2021-05-12Properly reuse JsonStringBuilders in CharArrayPoolVsevolod Tolstopyatov
2021-05-12Properly ensure capacity of the string builder on the append slow-pathVsevolod Tolstopyatov
2021-05-11Add Minecraft NBT to community formats (#1452)Ben Woodworth