Click or drag to resize

SerializationConfigGetPortableFactories Method

Gets the dictionary of factoryId to IPortableFactory mapping

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

Return Value

Type: IDictionaryInt32, IPortableFactory
dictionary of IPortableFactory
See Also