Click or drag to resize

SerializationConfigIsCheckClassDefErrors Method

When enabled, serialization system will check for class definitions error at start and throw an Serialization Exception with error definition or not.
Default value is true

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
public virtual bool IsCheckClassDefErrors()

Return Value

Type: Boolean
true if enables false otherwise
See Also