diff --git a/formats/README.md b/formats/README.md index f143eaf59..71343feb6 100644 --- a/formats/README.md +++ b/formats/README.md @@ -39,4 +39,5 @@ For convenience, they have same `groupId`, versioning and release cycle as core | Smile | [vooft/kotlinx-serialization-smile](https://github.com/vooft/kotlinx-serialization-smile)
`io.github.vooft:kotlinx-serialization-smile-core` | all supported platforms | Allows serialization and deserialization of objects to and from [Smile](https://en.wikipedia.org/wiki/Smile_(data_interchange_format)). | | PHP | [jsoizo/kotlinx-serialization-php](https://github.com/jsoizo/kotlinx-serialization-php)
`com.jsoizo:kotlinx-serialization-php` | all supported platforms | Allows serialization and deserialization of objects to and from [PHP Serialization](https://www.php.net/manual/en/function.serialize.php). | | androidx.savedstate.SavedState | [androidx.savedstate](https://developer.android.com/jetpack/androidx/releases/savedstate)
`androidx.savedstate:savedstate-ktx` | all supported platforms | SavedState 1.3.0 allows serialization and deserialization of objects to and from [androidx.savedstate.SavedState](https://developer.android.com/reference/androidx/savedstate/SavedState), which is a typealias of [android.os.Bundle](https://developer.android.com/reference/android/os/Bundle) on Android. | +| Java Properties | [bishiboosh/properties-serializer](https://github.com/bishiboosh/properties-serializer) | all supported platforms | Allows serialization and deserialization of objects to and from [Java Properties files](https://en.wikipedia.org/wiki/.properties). |