S - The source data type representing the serialized objectT - The target data type representing the serialized objectpublic abstract class AbstractContentTypeConverter<S,T> extends Object implements ContentTypeConverter<S,T>
convert(org.axonframework.serializer.SerializedObject) method, based on information available through the other
methods.| Constructor and Description |
|---|
AbstractContentTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
SerializedObject<T> |
convert(SerializedObject<S> original)
Converts the data format of the given
original IntermediateRepresentation to the target data type. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, expectedSourceType, targetTypepublic SerializedObject<T> convert(SerializedObject<S> original)
ContentTypeConverteroriginal IntermediateRepresentation to the target data type.convert in interface ContentTypeConverter<S,T>original - The source to convertCopyright © 2010-2014. All Rights Reserved.