---
title: "SaverScope"
description: "Scope used in [Saver.save]."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
public fun interface SaverScope
```


Scope used in `Saver.save`.


## Functions

```kotlin
public fun canBeSaved(value: Any): Boolean
```


What types can be saved is defined by `SaveableStateRegistry`, by default everything which
can be stored in the Bundle class can be saved.



