convertFrom

open fun convertFrom(target: T): S

Total reverse conversion (T -> S). Override if the direction is supported; the non-overridden default throws with a direction-precise T -> S message.