A
D
E
F
G
L
N
P
S
V
D
- decode(kotlinx.serialization.DeserializationStrategy,java.lang.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(net.edwardday.serialization.preferences.Preferences,java.lang.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(kotlinx.serialization.DeserializationStrategy,java.lang.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(net.edwardday.serialization.preferences.Preferences,java.lang.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.