Class DIOMultiKeyArraySerdeFactory
java.lang.Object
com.espertech.esper.common.internal.serde.serdeset.multikey.DIOMultiKeyArraySerdeFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DIOMultiKeyArraySerde<?>
Returns the serde for the given Java built-in type.static DIOMultiKeyArraySerde<?>
-
Constructor Details
-
DIOMultiKeyArraySerdeFactory
public DIOMultiKeyArraySerdeFactory()
-
-
Method Details
-
getSerde
Returns the serde for the given Java built-in type.- Parameters:
cls
- is the Java type- Returns:
- serde for marshalling and unmarshalling that type
-
getSerde
-