Click or drag to resize

SerializationConfigAddPortableFactoryClass Method (Int32, Type)

Adds a IPortableFactory 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 AddPortableFactoryClass(
	int factoryId,
	Type portableFactoryClass
)

Parameters

factoryId
Type: SystemInt32
factory ID of IPortableFactory to be registered
portableFactoryClass
Type: SystemType
Type of the factory

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
See Also