Click or drag to resize

AggregationFunctionModeManagedSetSerde Method

Sets the class providing the serde

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AggregationFunctionModeManaged SetSerde(
	Type serde
)

Parameters

serde
Type: SystemType
serde class

Return Value

Type: AggregationFunctionModeManaged
itself
See Also