Click or drag to resize

SerializationConfigSetPortableFactoryClasses Method

Sets the dictionary of factory ID and corresponding factory class names

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
public virtual SerializationConfig SetPortableFactoryClasses(
	IDictionary<int, string> portableFactoryClasses
)

Parameters

portableFactoryClasses
Type: System.Collections.GenericIDictionaryInt32, String
dictionary of factory ID and corresponding factory class names

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
See Also