ParcelableSaver

inline fun <T : Parcelable, MVIState> ParcelableSaver(handle: SavedStateHandle, key: String = key<T>()): Saver<T>

A Saver implementation that saves the given Parcelable state to a handle.

The key parameter is derived from the simple class name of the state by default.