toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
storage
/
edu.stanford.spezi.modules.storage.local
/
LocalStorage
/
read
read
abstract
suspend
fun
<
T
:
Any
>
read
(
key
:
String
,
settings
:
LocalStorageSetting
,
serializer
:
DeserializationStrategy
<
T
>
)
:
T
?
abstract
suspend
fun
<
T
:
Any
>
read
(
key
:
String
,
settings
:
LocalStorageSetting
,
decoding
:
(
ByteArray
)
->
T
)
:
T
?