Interface Formatter<T>

Type Parameters:
T - the formatted type
All Known Subinterfaces:
Formatter.Identity
All Known Implementing Classes:
Formatter.Provided

public interface Formatter<T>
Formats an objects into a string representation and back again.
Author:
Paul Ferraro