|
Interface Summary |
| IBidirectionalConverter<TInternal,TExternal> |
A general interface for converters that can do conversion from an
internal object representation to an external representation and vice versa. |
| IBooleanRepresentation |
This interface defines the method an object must support,
if it wants to represent itself as a boolean. |
| IIntegerRepresentation |
This interface defines the method an object must support,
if it wants to represent itself as an integer. |
| ILongRepresentation |
This interface defines the method an object must support,
if it wants to represent itself as a long. |
| IObjectConverter<TSource,TTarget> |
Defines a generic functional interface for the conversion of a
given source object into a target object. |
| IStringConverter<T> |
Defines a generic functional interface for the conversion of a
given source object into a String. |