Skip to content
Open
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
1 change: 1 addition & 0 deletions formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <br> `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) <br> `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) <br> `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). |