Class SerdeProviderContextClass
java.lang.Object
com.espertech.esper.common.client.serde.SerdeProviderContextClass
For use with high-availability and scale-out only, this class provides contextual information about the class that we
looking to serialize or de-serialize, for use with
SerdeProvider
-
Constructor Summary
ConstructorDescriptionSerdeProviderContextClass
(EPTypeClass clazz, SerdeProviderAdditionalInfo additionalInfo) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns additional information on why and where a serde is need for this typegetClazz()
Returns the type to provide a serde for
-
Constructor Details
-
SerdeProviderContextClass
Ctor.- Parameters:
clazz
- typeadditionalInfo
- additional information on why and where a serde is need for this type
-
-
Method Details
-
getClazz
Returns the type to provide a serde for- Returns:
- type
-
getAdditionalInfo
Returns additional information on why and where a serde is need for this type- Returns:
- info
-