-
SaveableStateHolder
Allows to save the state defined with rememberSaveable for the subtree before disposing it to make it possible to compose it back next time with the restored state.
-
SaveableStateRegistry
Allows components to save and restore their state using the saved instance state mechanism.
-
Saver
The Saver describes how the object of Original class can be simplified and converted into something which is Saveable.
-
SaverScope
Scope used in [Saver.
Compose Runtime Saveable
Jetpack Compose API reference for runtime-saveable.