Skip to content

Commit

Permalink
Generated updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Feb 14, 2022
1 parent bca045f commit 11ce051
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 14 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

| Name |
|---|
| [parcelable-compose](parcelable-compose/index.md) | |
| [parcelable-core](parcelable-core/index.md) | |
5 changes: 5 additions & 0 deletions docs/package-list
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
$dokka.format:gfm-v1
$dokka.linkExtension:md
$dokka.location:com.chrynan.parcelable.compose////PointingToDeclaration/parcelable-compose/parcelable-compose/com.chrynan.parcelable.compose/index.md
$dokka.location:com.chrynan.parcelable.compose//ParcelableSaver/#com.chrynan.parcelable.core.Parcelable#kotlinx.serialization.KSerializer[TypeParam(bounds=[kotlin.Any])]/PointingToDeclaration/parcelable-compose/parcelable-compose/com.chrynan.parcelable.compose/-parcelable-saver.md
$dokka.location:com.chrynan.parcelable.compose//rememberSavable/#kotlin.Array[kotlin.Any?]#com.chrynan.parcelable.core.Parcelable#kotlinx.serialization.KSerializer[TypeParam(bounds=[kotlin.Any])]#kotlin.String?#kotlin.Function0[TypeParam(bounds=[kotlin.Any])]/PointingToDeclaration/parcelable-compose/parcelable-compose/com.chrynan.parcelable.compose/remember-savable.md
$dokka.location:com.chrynan.parcelable.core////PointingToDeclaration/parcelable-core/parcelable-core/com.chrynan.parcelable.core/index.md
$dokka.location:com.chrynan.parcelable.core//Parcel/#/PointingToDeclaration/parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcel.md
$dokka.location:com.chrynan.parcelable.core//Parcel/#kotlin.ByteArray/PointingToDeclaration/parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcel.md
Expand Down Expand Up @@ -183,5 +186,7 @@ $dokka.location:com.chrynan.parcelable.core/ParcelableConfiguration///PointingTo
$dokka.location:com.chrynan.parcelable.core/ParcelableConfiguration/serializersModule/#/PointingToDeclaration/parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable-configuration/serializers-module.md
$dokka.location:com.chrynan.parcelable.core/ParcelableConfigurationBuilder///PointingToDeclaration/parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable-configuration-builder/index.md
$dokka.location:com.chrynan.parcelable.core/ParcelableConfigurationBuilder/serializersModule/#/PointingToDeclaration/parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable-configuration-builder/serializers-module.md
module:parcelable-compose
com.chrynan.parcelable.compose
module:parcelable-core
com.chrynan.parcelable.core
9 changes: 9 additions & 0 deletions docs/parcelable-compose/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//[parcelable-compose](index.md)

# parcelable-compose

## Packages

| Name |
|---|
| [com.chrynan.parcelable.compose](parcelable-compose/com.chrynan.parcelable.compose/index.md) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//[parcelable-compose](../../index.md)/[com.chrynan.parcelable.compose](index.md)/[ParcelableSaver](-parcelable-saver.md)

# ParcelableSaver

[common]\
fun <[T](-parcelable-saver.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)> [ParcelableSaver](-parcelable-saver.md)(parcelable: [Parcelable](../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable/index.md) = Parcelable.Default, serializer: KSerializer<[T](-parcelable-saver.md)>): Saver<[T](-parcelable-saver.md), *>

Creates a Saver that uses the provided [parcelable](-parcelable-saver.md) and [serializer](-parcelable-saver.md) to save and restore the value.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//[parcelable-compose](../../index.md)/[com.chrynan.parcelable.compose](index.md)

# Package com.chrynan.parcelable.compose

## Functions

| Name | Summary |
|---|---|
| [ParcelableSaver](-parcelable-saver.md) | [common]<br>fun &lt;[T](-parcelable-saver.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [ParcelableSaver](-parcelable-saver.md)(parcelable: [Parcelable](../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable/index.md) = Parcelable.Default, serializer: KSerializer&lt;[T](-parcelable-saver.md)&gt;): Saver&lt;[T](-parcelable-saver.md), *&gt;<br>Creates a Saver that uses the provided [parcelable](-parcelable-saver.md) and [serializer](-parcelable-saver.md) to save and restore the value. |
| [rememberSavable](remember-savable.md) | [common]<br>@Composable<br>fun &lt;[T](remember-savable.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [rememberSavable](remember-savable.md)(vararg inputs: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, parcelable: [Parcelable](../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable/index.md) = Parcelable.Default, serializer: KSerializer&lt;[T](remember-savable.md)&gt;, key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, init: () -&gt; [T](remember-savable.md)): [T](remember-savable.md)<br>Calls rememberSaveable using a [ParcelableSaver](-parcelable-saver.md) created using the provided [parcelable](remember-savable.md) and [serializer](remember-savable.md). |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//[parcelable-compose](../../index.md)/[com.chrynan.parcelable.compose](index.md)/[rememberSavable](remember-savable.md)

# rememberSavable

[common]\

@Composable

fun &lt;[T](remember-savable.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [rememberSavable](remember-savable.md)(vararg inputs: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?, parcelable: [Parcelable](../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcelable/index.md) = Parcelable.Default, serializer: KSerializer&lt;[T](remember-savable.md)&gt;, key: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, init: () -&gt; [T](remember-savable.md)): [T](remember-savable.md)

Calls rememberSaveable using a [ParcelableSaver](-parcelable-saver.md) created using the provided [parcelable](remember-savable.md) and [serializer](remember-savable.md).
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ common
| Name | Summary |
|---|---|
| [decodeFromBundle](../decode-from-bundle.md) | [android]<br>fun &lt;[T](../decode-from-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundle](../decode-from-bundle.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), kClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../decode-from-bundle.md)&gt;, flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle.md)<br>inline fun &lt;[T](../decode-from-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundle](../decode-from-bundle.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle.md)<br>fun &lt;[T](../decode-from-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundle](../decode-from-bundle.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), deserializer: DeserializationStrategy&lt;[T](../decode-from-bundle.md)&gt;, flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle.md) |
| [decodeFromBundleOrNull](../decode-from-bundle-or-null.md) | [android]<br>fun &lt;[T](../decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](../decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), kClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../decode-from-bundle-or-null.md)&gt;, flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle-or-null.md)?<br>inline fun &lt;[T](../decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](../decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle-or-null.md)?<br>inline fun &lt;[T](../decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](../decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, deserializer: DeserializationStrategy&lt;[T](../decode-from-bundle-or-null.md)&gt;): [T](../decode-from-bundle-or-null.md)? |
| [decodeFromBundleOrNull](../decode-from-bundle-or-null.md) | [android]<br>fun &lt;[T](../decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](../decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), kClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../decode-from-bundle-or-null.md)&gt;, flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle-or-null.md)?<br>inline fun &lt;[T](../decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](../decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](../decode-from-bundle-or-null.md)?<br>fun &lt;[T](../decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](../decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, deserializer: DeserializationStrategy&lt;[T](../decode-from-bundle-or-null.md)&gt;): [T](../decode-from-bundle-or-null.md)? |
| [decodeFromParcel](../decode-from-parcel.md) | [android]<br>fun &lt;[T](../decode-from-parcel.md)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromParcel](../decode-from-parcel.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), deserializer: DeserializationStrategy&lt;[T](../decode-from-parcel.md)&gt;): [T](../decode-from-parcel.md)<br>inline fun &lt;[T](../decode-from-parcel.md)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromParcel](../decode-from-parcel.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html)): [T](../decode-from-parcel.md)<br>fun &lt;[T](../decode-from-parcel.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromParcel](../decode-from-parcel.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), kclass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../decode-from-parcel.md)&gt;): [T](../decode-from-parcel.md)<br>[common]<br>inline fun &lt;[T](../decode-from-parcel.md)&gt; [Parcelable](index.md).[decodeFromParcel](../decode-from-parcel.md)(parcel: [Parcel](../-parcel/index.md)): [T](../decode-from-parcel.md)<br>A convenience function to [Parcelable.decodeFromParcel](decode-from-parcel.md) that retrieves the deserializer from the [Parcelable.serializersModule](serializers-module.md). |
| [decodeFromParcelOrNull](../decode-from-parcel-or-null.md) | [android]<br>fun &lt;[T](../decode-from-parcel-or-null.md)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromParcelOrNull](../decode-from-parcel-or-null.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), deserializer: DeserializationStrategy&lt;[T](../decode-from-parcel-or-null.md)&gt;): [T](../decode-from-parcel-or-null.md)?<br>inline fun &lt;[T](../decode-from-parcel-or-null.md)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromParcelOrNull](../decode-from-parcel-or-null.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html)): [T](../decode-from-parcel-or-null.md)?<br>fun &lt;[T](../decode-from-parcel-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromParcelOrNull](../decode-from-parcel-or-null.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), kclass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../decode-from-parcel-or-null.md)&gt;): [T](../decode-from-parcel-or-null.md)? |
| [encodeToBundle](../encode-to-bundle.md) | [android]<br>fun &lt;[T](../encode-to-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToBundle](../encode-to-bundle.md)(value: [T](../encode-to-bundle.md), kClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../encode-to-bundle.md)&gt;): [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)<br>inline fun &lt;[T](../encode-to-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToBundle](../encode-to-bundle.md)(value: [T](../encode-to-bundle.md)): [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)<br>inline fun &lt;[T](../encode-to-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToBundle](../encode-to-bundle.md)(value: [T](../encode-to-bundle.md), serializer: SerializationStrategy&lt;[T](../encode-to-bundle.md)&gt;): [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html) |
| [encodeToBundle](../encode-to-bundle.md) | [android]<br>fun &lt;[T](../encode-to-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToBundle](../encode-to-bundle.md)(value: [T](../encode-to-bundle.md), kClass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../encode-to-bundle.md)&gt;): [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)<br>inline fun &lt;[T](../encode-to-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToBundle](../encode-to-bundle.md)(value: [T](../encode-to-bundle.md)): [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html)<br>fun &lt;[T](../encode-to-bundle.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToBundle](../encode-to-bundle.md)(value: [T](../encode-to-bundle.md), serializer: SerializationStrategy&lt;[T](../encode-to-bundle.md)&gt;): [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html) |
| [encodeToParcel](../encode-to-parcel.md) | [android]<br>fun &lt;[T](../encode-to-parcel.md)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToParcel](../encode-to-parcel.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), serializer: SerializationStrategy&lt;[T](../encode-to-parcel.md)&gt;, value: [T](../encode-to-parcel.md)): [Parcel](../../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcel/index.md)<br>inline fun &lt;[T](../encode-to-parcel.md)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToParcel](../encode-to-parcel.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), value: [T](../encode-to-parcel.md)): [Parcel](../../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcel/index.md)<br>fun &lt;[T](../encode-to-parcel.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](index.md#1131268509%2FExtensions%2F-1462739831).[encodeToParcel](../encode-to-parcel.md)(parcel: [Parcel](https://developer.android.com/reference/kotlin/android/os/Parcel.html), value: [T](../encode-to-parcel.md), kclass: [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)&lt;[T](../encode-to-parcel.md)&gt;): [Parcel](../../../../parcelable-core/parcelable-core/com.chrynan.parcelable.core/-parcel/index.md)<br>[common]<br>inline fun &lt;[T](../encode-to-parcel.md)&gt; [Parcelable](index.md).[encodeToParcel](../encode-to-parcel.md)(parcel: [Parcel](../-parcel/index.md), value: [T](../encode-to-parcel.md)): [Parcel](../-parcel/index.md)<br>A convenience function to [Parcelable.encodeToParcel](encode-to-parcel.md) that retrieves the serializer from the [Parcelable.serializersModule](serializers-module.md). |
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fun &lt;[T](decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/la

inline fun &lt;[T](decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](-parcelable/index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0): [T](decode-from-bundle-or-null.md)?

inline fun &lt;[T](decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](-parcelable/index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, deserializer: DeserializationStrategy&lt;[T](decode-from-bundle-or-null.md)&gt;): [T](decode-from-bundle-or-null.md)?
fun &lt;[T](decode-from-bundle-or-null.md) : [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)&gt; [Parcelable](-parcelable/index.md#1131268509%2FExtensions%2F-1462739831).[decodeFromBundleOrNull](decode-from-bundle-or-null.md)(bundle: [Bundle](https://developer.android.com/reference/kotlin/android/os/Bundle.html), flags: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, deserializer: DeserializationStrategy&lt;[T](decode-from-bundle-or-null.md)&gt;): [T](decode-from-bundle-or-null.md)?
Loading

0 comments on commit 11ce051

Please sign in to comment.