Click or drag to resize

SerializationConfigGetDataSerializableFactories Method

Gets the dictionary of factoryId to IDataSerializableFactory mapping

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

Return Value

Type: IDictionaryInt32, IDataSerializableFactory
dictionary of IDataSerializableFactory
See Also