SerializedType

data class SerializedType<T>(serializer: KSerializer<T>) : NavigationBundleSpecType<T>

A NavigationBundleSpecType that represents a serializable T

Parameters

T

the serializable type to represent.

serializer

The KSerializer to (de)serialize T

Constructors

Link copied to clipboard
constructor(serializer: KSerializer<T>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun convertValue(value: T): NavigationBundleValue<T>

Converts a given value T to the NavigationBundleValue associated with this type

Link copied to clipboard

Generates a NavigationBundleValue from a given string