Deserializes the given string into an object of type T.
@override T deserialize(String data) { return json.decode(data) as T; }