ParcelableSaver

inline fun <T : Parcelable, MVIState> ParcelableSaver(handle: SavedStateHandle, key: String = key<T>(), noinline recover: suspend (Exception) -> T? = ThrowRecover): <Error class: unknown class><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.