Click or drag to resize

SerializationConfigAddDataSerializableFactoryClass Method (Int32, Type)

Adds a IDataSerializableFactory mapped with a factory id to be registered

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public virtual SerializationConfig AddDataSerializableFactoryClass(
	int factoryId,
	Type dataSerializableFactoryClass
)

Parameters

factoryId
Type: SystemInt32
factory ID of IDataSerializableFactory to be registered
dataSerializableFactoryClass
Type: SystemType
Type of the factory

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
See Also