Converts the value of type T into the database-compatible type S
value
T
S
@override String encode(dynamic value) { return dynamic.toString(); }