Skip to content

Commit

Permalink
Added android.os.Bundle to community-supported formats (Kotlin#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedMourad0 authored and ansman committed Nov 1, 2021
1 parent 06672b1 commit 4d584e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion formats/README.md
Expand Up @@ -135,4 +135,12 @@ Allow serialization and deserialization of objects to and from [CBOR](https://cb
* Artifact ID: `com.github.dimitark:kotlinx-serialization-ion`
* Platform: JVM

Allow serialization and deserialization of objects to and from [Amazon Ion](https://amzn.github.io/ion-docs/). It stores the data in a flat binary format. Upon destialization, it retains the references between the objects.
Allow serialization and deserialization of objects to and from [Amazon Ion](https://amzn.github.io/ion-docs/). It stores the data in a flat binary format. Upon destialization, it retains the references between the objects.

### android.os.Bundle

* GitHub repo: [AhmedMourad0/bundlizer](https://github.com/AhmedMourad0/bundlizer)
* Artifact ID: `dev.ahmedmourad.bundlizer:bundlizer-core`
* Platform: Android

Allow serialization and deserialization of objects to and from [android.os.Bundle](https://developer.android.com/reference/android/os/Bundle).

0 comments on commit 4d584e5

Please sign in to comment.