Click or drag to resize

JsonConvertPopulateObjectAsync Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Stimulsoft.Base.Json.JsonSerializerSettings)"]

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
[ObsoleteAttribute("PopulateObjectAsync is obsolete. Use the Task.Factory.StartNew method to populate an object with JSON values asynchronously: Task.Factory.StartNew(() => JsonConvert.PopulateObject(value, target, settings))")]
public static Task PopulateObjectAsync(
	string value,
	Object target,
	JsonSerializerSettings settings
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Stimulsoft.Base.Json.JsonSerializerSettings)"]

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:Stimulsoft.Base.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Stimulsoft.Base.Json.JsonSerializerSettings)"]

settings
Type: Stimulsoft.Base.JsonJsonSerializerSettings

[Missing <param name="settings"/> documentation for "M:Stimulsoft.Base.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Stimulsoft.Base.Json.JsonSerializerSettings)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.JsonConvert.PopulateObjectAsync(System.String,System.Object,Stimulsoft.Base.Json.JsonSerializerSettings)"]

See Also