A
D
E
F
G
L
N
P
S
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.
- DelegatesKt - class in net.edwardday.serialization.preferences
- DoubleRepresentation - class in net.edwardday.serialization.preferences
- Representation possibilities for Double, because SharedPreferences don't have
getDoubleorputDoublemethods.