Click or drag to resize

SerializationConfigGetDataSerializableFactoryClasses Method

Gets the dictionary of factoryId to IDataSerializableFactory class names mapping

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

Return Value

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