toggle menu
com.frybits.rx.preferences
androidJvm
switch theme
search in API
core
/
com.frybits.rx.preferences.core
/
Preference
/
Converter
/
serialize
serialize
abstract
fun
serialize
(
value
:
T
)
:
String
?
Serialize the
value
to a
String
. The result will be used with
SharedPreferences.Editor.putString
.