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.
convertToString
convertFromString
Copyright © 2010-2016 Joda.org. All Rights Reserved.