Composables
Components Unstyled Icons API
Join Radar
Join Radar Components Unstyled Icons API UI Kit UI Blocks SVG to Compose Android Distribution Community Docs Blog Colors
Composable Functions
  • rememberSaveable
  • rememberSaveableStateHolder
  • rememberSerializable
Interfaces
  • SaveableStateHolder
  • SaveableStateRegistry
  • SaveableStateRegistry.Entry
  • Saver
  • SaverScope
Properties
  • LocalSaveableStateRegistry
Functions
  • autoSaver
  • listSaver
  • mapSaver
  • SaveableStateRegistry
  • Saver
Jetpack Compose / Compose Runtime / Compose Runtime Saveable / Functions / autoSaver
Function

autoSaver

View Markdown Open in ChatGPT Open in Claude

The default implementation of Saver which does not perform any conversion.

Compose Multiplatform

Compose Multiplatform

Ship iOS, desktop, and web apps with Compose

Ad Go Multiplatform
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

autoSaver

Source set: Common
public fun <T> autoSaver(): Saver<T, Any>

The default implementation of Saver which does not perform any conversion.

It is used by rememberSaveable by default.

LocalSaveableStateRegistry ← Previous listSaver Next →

Last updated: 2026-04-23

On this page

  • autoSaver

Never miss a Jetpack Compose release

Get an alert the moment a new Jetpack Compose release is out: new APIs, new components, new things to experiment with. Straight from Google's servers.

Join 3,000+ Jetpack Compose developers. No spam, ever.