public interface ConverterService
| Modifier and Type | Method and Description |
|---|---|
void |
addConverter(ValueConverter converter)
Adds the converter and makes it available for consideration when serializing and de-serializing an object.
|
ValueConverter |
getConverter(EDataType eDataType)
Locates an appropriate converter for a given EDataType
|
void |
removeConverter(ValueConverter converter)
Removes the converter and the converter will no longer be considered during serialization and de-serialization of an object.
|
void addConverter(ValueConverter converter)
converter - the converter to addValueConverter getConverter(EDataType eDataType)
eDataType - the data type needing conversionvoid removeConverter(ValueConverter converter)
converter - the converter to removeBryan Hunt, Data In Motion Consulting