A
D
E
F
G
L
N
P
S
V
D
- decode(DeserializationStrategy,String) - function in net.edwardday.serialization.preferences.Preferences
- Decodes and deserializes from the SharedPreferences at the specified tag to the value of type T using the given deserializer
- decode(Preferences,String) - function in net.edwardday.serialization.preferences.PreferencesKt
- Decodes and deserializes from the SharedPreferences at the specified tag to the value of type T using deserializer retrieved from the reified type parameter.
- decodeOrDefault(DeserializationStrategy,String,T) - function in net.edwardday.serialization.preferences.Preferences
- Decodes and deserializes from the SharedPreferences at the specified tag to the value of type T using the given deserializer
- decodeOrDefault(Preferences,String,T) - function in net.edwardday.serialization.preferences.PreferencesKt
- Decodes and deserializes from the SharedPreferences at the specified tag to the value of type T using deserializer retrieved from the reified type parameter.
- DoubleRepresentation - class in net.edwardday.serialization.preferences
- Representation possibilities for Double, because SharedPreferences don't have
getDoubleorputDoublemethods.