summaryrefslogtreecommitdiff
path: root/formats/README.md
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2020-09-21 14:06:07 +0300
committerLeonid Startsev <sandwwraith@gmail.com>2020-09-21 14:06:07 +0300
commit932f8c5e673ed46038722d91aadbc577e10d8ffe (patch)
treeb81261fa880d04b318b7c92d6ce590334a71819a /formats/README.md
parent549b9ccb8a16f53d4f5f2b87027acc15f542b0e4 (diff)
parent55c4c200f7768c165162ee609a025afc19182be4 (diff)
downloadkotlinx.serialization-932f8c5e673ed46038722d91aadbc577e10d8ffe.tar.gz
Merge branch 'master' into dev
Diffstat (limited to 'formats/README.md')
-rw-r--r--formats/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/formats/README.md b/formats/README.md
index e07591e0..78ce7520 100644
--- a/formats/README.md
+++ b/formats/README.md
@@ -76,3 +76,11 @@ not be available in other formats such as JSON.
* Platform: JVM only
Allows serialization and deserialization of objects to and from [YAML](http://yaml.org).
+
+### CBOR
+
+* GitHub repo: [L-Briand/obor](https://github.com/L-Briand/obor)
+* Artifact ID: `net.orandja.obor:obor`
+* Platform: JVM, Android
+
+Allow serialization and deserialization of objects to and from [CBOR](https://cbor.io/). This codec can be used to read and write from Java InputStream and OutputStream.