Package | Description |
---|---|
com.espertech.esper.common.client.serde |
Serdes are for serializing and de-serializing.
|
Modifier and Type | Class and Description |
---|---|
class |
SerdeProvisionByClass
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde)
is available via a singleton-pattern-style static field named "INSTANCE" (preferred) or by has a default constructor.
|
class |
SerdeProvisionParameterized
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde)
is available using a parameterized constructor that accepts expressions as represents by the functions provided.
|
Modifier and Type | Method and Description |
---|---|
SerdeProvision |
SerdeProvider.resolveSerdeForClass(SerdeProviderContextClass context)
Returns a serde provision or null if none can be determined.
|
default SerdeProvision |
SerdeProvider.resolveSerdeForEventType(SerdeProviderEventTypeContext context)
Returns a serde for a map or object-array event type or null for using the default serde
|