Click or drag to resize

SerializationConfigGetPortableFactoryClasses Method

Gets the dictionary of factoryId to IPortableFactory class names mapping

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

Return Value

Type: IDictionaryInt32, String
dictionary of factory ID and corresponding portable factory names
See Also