From 1814a92b871dac128db67c765c9df2b6be8405c7 Mon Sep 17 00:00:00 2001 From: Ahmed Mourad Date: Wed, 13 Oct 2021 12:48:33 +0200 Subject: [PATCH] Added android.os.Bundle to community-supported formats (#1722) --- formats/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/formats/README.md b/formats/README.md index 47ae7ebb6..c50217d34 100644 --- a/formats/README.md +++ b/formats/README.md @@ -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).