SerializedValue

A NavigationBundleValue containing a value of a serializable class T

Parameters

T

the serializable type of the value

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serializer: KSerializer<T>

The KSerializer to (de)serialize value

Link copied to clipboard
open override val value: T

The T value of this NavigationBundleValue

Link copied to clipboard