A
D
E
F
G
L
N
P
S
V
P
- Preferences - class in net.edwardday.serialization.preferences
- Serializes and deserializes class properties into SharedPreferences consisting of string keys and primitive type values.
- Preferences(SharedPreferences,Function1) - function in net.edwardday.serialization.preferences.PreferencesKt
- Creates an instance of Preferences encoding and decoding data from the given SharedPreferences and adjusted with builderAction.
- Preferences(Preferences,Function1) - function in net.edwardday.serialization.preferences.PreferencesKt
- Creates an instance of Preferences using the configuration of the previous created Preferences and adjusted with builderAction.
- PreferencesBuilder - class in net.edwardday.serialization.preferences
- Builder of the Preferences instance provided by
Preferences(sharedPreferences) { ... }factory function. - PreferencesKt - class in net.edwardday.serialization.preferences