Encodes a value of type T to the storage type TStore.
T
TStore
@override String encode(T value) => jsonEncode(toJson(value));