Skip to content

Commit ec46dec

Browse files
authored
Add community CBOR format from L-Briand (#1064)
1 parent 8c841ad commit ec46dec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

formats/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ not be available in other formats such as JSON.
7070
* Platform: JVM only
7171

7272
Allows serialization and deserialization of objects to and from [YAML](http://yaml.org).
73+
74+
### CBOR
75+
76+
* GitHub repo: [L-Briand/obor](https://github.com/L-Briand/obor)
77+
* Artifact ID: `net.orandja.obor:obor`
78+
* Platform: JVM, Android
79+
80+
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.

0 commit comments

Comments
 (0)