Uses of Interface
com.espertech.esper.common.client.serde.SerdeProvider
Packages that use SerdeProvider
Package
Description
Serdes are for serializing and de-serializing.
-
Uses of SerdeProvider in com.espertech.esper.common.client.serde
Methods in com.espertech.esper.common.client.serde that return SerdeProviderModifier and TypeMethodDescriptionSerdeProviderFactory.getProvider
(SerdeProviderFactoryContext context) Called by the runtimeonce at initialization time, returns a serde provider. -
Uses of SerdeProvider in com.espertech.esper.common.internal.serde.compiletime.resolve
Method parameters in com.espertech.esper.common.internal.serde.compiletime.resolve with type arguments of type SerdeProviderModifier and TypeMethodDescriptionprotected static SerdeProvision
SerdeCompileTimeResolverUtil.determineSerde
(EPTypeClass type, Collection<SerdeProvider> serdeProviders, boolean allowSerializable, boolean allowExternalizable, boolean allowSerializationFallback, SerdeProviderAdditionalInfo additionalInfo) Constructor parameters in com.espertech.esper.common.internal.serde.compiletime.resolve with type arguments of type SerdeProviderModifierConstructorDescriptionSerdeCompileTimeResolverImpl
(List<SerdeProvider> serdeProviders, boolean allowExtendedJVM, boolean allowSerializable, boolean allowExternalizable, boolean allowSerializationFallback)