Skip to content

Commit 1814a92

Browse files
authored
Added android.os.Bundle to community-supported formats (#1722)
1 parent 0f1901b commit 1814a92

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

formats/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,12 @@ Allow serialization and deserialization of objects to and from [CBOR](https://cb
135135
* Artifact ID: `com.github.dimitark:kotlinx-serialization-ion`
136136
* Platform: JVM
137137

138-
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.
138+
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.
139+
140+
### android.os.Bundle
141+
142+
* GitHub repo: [AhmedMourad0/bundlizer](https://github.com/AhmedMourad0/bundlizer)
143+
* Artifact ID: `dev.ahmedmourad.bundlizer:bundlizer-core`
144+
* Platform: Android
145+
146+
Allow serialization and deserialization of objects to and from [android.os.Bundle](https://developer.android.com/reference/android/os/Bundle).

0 commit comments

Comments
 (0)