DesSer<T> class abstract

Abstract class for deserialization and serialization which you have to implement and then pass it to the PreferencesRepository

Implementers

Constructors

DesSer()

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Key of the (de)serializer that is used to write and read objects into shared_preferences.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deserialize(String s) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(T t) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited