StateTypeAdapterFactory

class StateTypeAdapterFactory : TypeAdapterFactory

Provides a way to serialize and deserialize Jetpack Compose stateful objects

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun <T : Any> create(gson: Gson, type: TypeToken<T>): TypeAdapter<T>?