Skip to content

Commit b6eaad1

Browse files
authored
Add Multiplatform MsgPack community format (#1259)
NOTES: This library is not complete yet, but first version is released and it is usable for most cases. Further work is planned to support all of MsgPack features as well as allow more configuration.
1 parent ec6d55c commit b6eaad1

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
@@ -58,6 +58,14 @@ This library allows serialization and deserialization of objects to and from [Av
5858

5959
Allows serialization and deserialization of objects to and from [BSON](https://docs.mongodb.com/manual/reference/bson-types/).
6060

61+
### MsgPack (Multiplatform)
62+
63+
* GitHub repo: [esensar/kotlinx-serialization-msgpack](https://github.com/esensar/kotlinx-serialization-msgpack)
64+
* Artifact ID: `com.ensarsarajcic.kotlinx:serialization-msgpack`
65+
* Platform: all supported platforms
66+
67+
Allows serialization and deserialization of objects to and from [MsgPack](https://msgpack.org/).
68+
6169
### SharedPreferences
6270

6371
* GitHub repo: [EdwarDDay/serialization.kprefs](https://github.com/EdwarDDay/serialization.kprefs)

0 commit comments

Comments
 (0)