A
D
E
F
G
L
N
P
S
V
G
- getDoubleRepresentation() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies how Double fields will be encoded.
- getEncodeObjectStarts() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies whether objects, empty classes and empty collections will be serialized by encoding a marker at the position.
- getEncodeStringSetNatively() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies whether Sets of String, Char and Enum will be encoded with putStringSet or not.
- getName() - function in kotlin.DoubleRepresentation
- getOrdinal() - function in kotlin.DoubleRepresentation
- getSerializersModule() - function in net.edwardday.serialization.preferences.Preferences
- getSerializersModule() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Module with contextual and polymorphic serializers to be used in the resulting Preferences instance.
- getSharedPreferences() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies the SharedPreferences where everything will be encoded to and decoded from.
- getStringSetDescriptorNames() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies the names of the SerialDescriptor which are used to detect Set<String> to encode these natively.
- getSynchronizeEncoding() - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies the usage of synchronize blocks over PreferencesBuilder.sharedPreferences while serialization.