Interface StringConverter<T>
- Type Parameters:
T-
- All Known Implementing Classes:
DefaultStringConverter, DoubleStringConverter, IntegerStringConverter
public interface StringConverter<T>
Converts an object to a string and back to the object.
-
Method Summary
-
Method Details
-
toString
-
fromString
-