A
D
E
F
G
L
N
P
S
S
- setDoubleRepresentation(DoubleRepresentation) - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies how Double fields will be encoded.
- setEncodeObjectStarts(Boolean) - 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.
- setEncodeStringSetNatively(Boolean) - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies whether Sets of String, Char and Enum will be encoded with putStringSet or not.
- setSerializersModule(SerializersModule) - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Module with contextual and polymorphic serializers to be used in the resulting Preferences instance.
- setSharedPreferences(SharedPreferences) - function in net.edwardday.serialization.preferences.PreferencesBuilder
- Specifies the SharedPreferences where everything will be encoded to and decoded from.
- STRING - enum entry in net.edwardday.serialization.preferences.DoubleRepresentation
Double will be encoded as and decoded from String using Double.toString and String.toDouble