TypedSaver

inline fun <T : S, S> TypedSaver(delegate: Saver<T>): Saver<S>

A MapSaver that will only persist values of type T.

See also