Converts from the target type T to the storage type StorageT
T
StorageT
@override Iterable<String> encode(final T value) => _encode(value);