Class VMBasicBuiltinSerdeFactory
java.lang.Object
com.espertech.esper.common.internal.serde.compiletime.resolve.VMBasicBuiltinSerdeFactory
Factory for serde implementations that provides a serde for a given Java built-in type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static DataInputOutputSerde
Returns the serde for the given Java built-in type.static DataInputOutputSerde
-
Constructor Details
-
VMBasicBuiltinSerdeFactory
public VMBasicBuiltinSerdeFactory()
-
-
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
-