StringCoder<T> constructor

StringCoder<T>(
  1. ToElement<T, String> toElement
)

Implementation

StringCoder(this.toElement);