class StringConverter : Converter<String>
Converts String to String, that's the easy one.
Author Clement Escoffier
INSTANCE
static val INSTANCE: StringConverter
The converter.
fromString
fun fromString(input: String): String
Just returns the given input.