Click or drag to resize

SerializationConfigAddPortableFactoryClass Method (Int32, String)

Adds a IPortableFactory mapped with a factory id to be registered

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
public virtual SerializationConfig AddPortableFactoryClass(
	int factoryId,
	string portableFactoryClass
)

Parameters

factoryId
Type: SystemInt32
factory ID of IPortableFactory to be registered
portableFactoryClass
Type: SystemString
class name of the factory

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
See Also