Click or drag to resize

SerializationConfigAddPortableFactory Method

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 AddPortableFactory(
	int factoryId,
	IPortableFactory portableFactory
)

Parameters

factoryId
Type: SystemInt32
factory ID of IPortableFactory to be registered
portableFactory
Type: Hazelcast.IO.SerializationIPortableFactory
factory instance to be registered

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
See Also