T - the type of the converterpublic interface StringConverter<T> extends ToStringConverter<T>, FromStringConverter<T>
String.
StringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
convertToStringconvertFromStringCopyright © 2010-2016 Joda.org. All Rights Reserved.