Click or drag to resize

SerializationConfigSetEnableSharedObject Method

Note: This API is now obsolete.

Not used

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
[ObsoleteAttribute("This configuration is not used in .net client")]
public virtual SerializationConfig SetEnableSharedObject(
	bool enableSharedObject
)

Parameters

enableSharedObject
Type: SystemBoolean

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
See Also