| Interface | Description |
|---|---|
| ConversionService |
Converter what able to convert multiple types depending on parameters
|
| Converter<SrcType,DstType> |
Converter from objects of SrcType to DstType
Converter should accept raw src and dest types and then obtain useful information from extended type info.
|
| ConverterRegistry | |
| StringConverter |
Facade for string conversion.
|
| StringParser<T> | |
| StringSerializer<T> | |
| TwoWayConverter<SrcType,DstType> |
Converter which can convert types in both directions.
|
| Exception | Description |
|---|---|
| ConversionException |
Exception what can be thrown from converters
|
Copyright © 2016. All rights reserved.