- Type Parameters:
S - the source type
T - the target type
- All Superinterfaces:
- InputTypeTranslator<T,S>, OutputTypeTranslator<S,T>
- All Known Subinterfaces:
- Serializer<T>
- All Known Implementing Classes:
- AlertSerializer, StatusMessageSerializer, StringSerializer, TraceRecordSerializer
public interface TypeTranslator<S,T>
extends InputTypeTranslator<T,S>, OutputTypeTranslator<S,T>
Defines a type translator between two given types. Translation may imply a loss or augmentation of information.
- Author:
- Holger Eichelberger, SSE