Click or drag to resize

DefaultContractResolver Constructor (Boolean)

Note: This API is now obsolete.

Initializes a new instance of the DefaultContractResolver class

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
[ObsoleteAttribute("DefaultContractResolver(bool) is obsolete. Use the parameterless constructor and cache instances of the contract resolver within your application for optimal performance.")]
public DefaultContractResolver(
	bool shareCache
)

Parameters

shareCache
Type: SystemBoolean

[Missing <param name="shareCache"/> documentation for "M:Stimulsoft.Base.Json.Serialization.DefaultContractResolver.#ctor(System.Boolean)"]

See Also