Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ This library allows serialization and deserialization of objects to and from [Av

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

### Minecraft NBT (Multiplatform)

* GitHub repo: [BenWoodworth/knbt](https://github.com/BenWoodworth/knbt)
* Artifact ID: `net.benwoodworth.knbt:knbt`
* Platform: all supported platforms

Implements the [NBT format](https://minecraft.fandom.com/wiki/NBT_format) for kotlinx.serialization, and
provides a type-safe DSL for constructing NBT tags.

### MsgPack (Multiplatform)

* GitHub repo: [esensar/kotlinx-serialization-msgpack](https://github.com/esensar/kotlinx-serialization-msgpack)
Expand Down