Skip to content

Commit 74d51d8

Browse files
authored
Update README.md (#1554)
Added a community-supported format (Amazon Ion)
1 parent a6e1cb8 commit 74d51d8

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
@@ -119,3 +119,11 @@ Basic serial operations have been implemented, but some features such as compoun
119119
* Platform: JVM, Android
120120

121121
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.
122+
123+
### Amazon Ion (binary only)
124+
125+
* GitHub repo: [dimitark/kotlinx-serialization-ion](https://github.com/dimitark/kotlinx-serialization-ion)
126+
* Artifact ID: `com.github.dimitark:kotlinx-serialization-ion`
127+
* Platform: JVM
128+
129+
Allow serialization and deserialization of objects to and from [Amazon Ion](https://amzn.github.io/ion-docs/). It stores the data in a flat binary format. Upon destialization, it retains the references between the objects.

0 commit comments

Comments
 (0)