StateTypeAdapterFactory

public final class StateTypeAdapterFactory implements TypeAdapterFactory

Provides a way to serialize and deserialize Jetpack Compose stateful objects

Constructors

StateTypeAdapterFactory
Link copied to clipboard
StateTypeAdapterFactory StateTypeAdapterFactory()

Functions

create
Link copied to clipboard
TypeAdapter<Tcreate<T extends Any>(Gson gson, TypeToken<T> type)