Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Sep 18, 2023
1 parent b73c732 commit a4eb9e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -630,14 +630,19 @@ Bluetooth in general has the same functionality for all platforms, e.g. connect
### 🗃 Serializer
[kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) - JSON serialization
[![GitHub Repo stars](https://img.shields.io/github/stars/Kotlin/kotlinx.serialization)](https://github.com/Kotlin/kotlinx.serialization)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jetbrains.kotlinx/kotlinx-serialization-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jetbrains.kotlinx/kotlinx-serialization-core)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.peanuuutz.tomlkt/tomlkt/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.peanuuutz.tomlkt/tomlkt)
> Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats.
[XmlUtil](https://github.com/pdvrieze/xmlutil) - Component of the XMLUtil library
[![GitHub Repo stars](https://img.shields.io/github/stars/pdvrieze/xmlutil)](https://github.com/pdvrieze/xmlutil)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.pdvrieze.xmlutil/core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.pdvrieze.xmlutil/core)
> XmlUtil is a set of packages that supports multiplatform XML in Kotlin.
[tomlkt](https://github.com/Peanuuutz/tomlkt) - Multiplatform TOML encoder and decoder, powered by kotlinx.serialization
[![GitHub Repo stars](https://img.shields.io/github/stars/Peanuuutz/tomlkt)](https://github.com/Peanuuutz/tomlkt)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.pdvrieze.xmlutil/core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.pdvrieze.xmlutil/core)
> Lightweight and easy to use kotlinx.serialization plugin for TOML serialization and deserialization.
[Ksoup](https://github.com/MohamedRejeb/ksoup) - Kotlin Multiplatform HTML Parser
[![GitHub Repo stars](https://img.shields.io/github/stars/MohamedRejeb/ksoup)](https://github.com/MohamedRejeb/ksoup)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.mohamedrejeb.ksoup/ksoup-html/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.mohamedrejeb.ksoup/ksoup-html)
Expand Down

0 comments on commit a4eb9e1

Please sign in to comment.