summaryrefslogtreecommitdiff
path: root/formats/README.md
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-08-15 17:38:51 +0300
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-08-17 12:59:17 +0300
commitfbf59d24775ae74f12a1fdba046b51759a341a4c (patch)
tree6fcd3b62586d8f54e255e62fbc8fd57ebbe3a95c /formats/README.md
parent4a9fad5ff8d46b8842e7bdcb16b1c87ad9f7378a (diff)
downloadkotlinx.serialization-fbf59d24775ae74f12a1fdba046b51759a341a4c.tar.gz
Update documentation
Diffstat (limited to 'formats/README.md')
-rw-r--r--formats/README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/formats/README.md b/formats/README.md
index a4631921..8c90560e 100644
--- a/formats/README.md
+++ b/formats/README.md
@@ -1,15 +1,13 @@
# Serialization formats
-This area of repository contains different libraries with various add-on formats which
-were not included in the main runtime library – because they are not so popular, or they're big,
-or they contain other JVM runtime dependencies.
+This area of repository contains different libraries with various add-on formats which
+were not included in the core library.
-For convenience, they have same groupId, versioning and release cycle as main runtime.
+For convenience, they have same `groupId`, versioning and release cycle as core library.
## HOCON
* Artifact id: `kotlinx-serialization-hocon`
-* Since version: 0.4.1
* Platform: JVM only
Allows deserialization of `Config` object from popular [lightbend/config](https://github.com/lightbend/config) library
@@ -19,21 +17,18 @@ You can learn about "Human-Optimized Config Object Notation" or HOCON from libra
## ProtoBuf
* Artifact id: `kotlinx-serialization-protobuf`
-* Since version: 0.20.0
* Platform: all supported platforms
* Status: experimental
## CBOR
* Artifact id: `kotlinx-serialization-cbor`
-* Since version: 0.20.0
* Platform: all supported platforms
* Status: experimental
## Properties
* Artifact id: `kotlinx-serialization-properties`
-* Since version: 0.20.0
* Platform: all supported platforms
* Status: experimental