Click or drag to resize

JTokenToObject Method (Type, JsonSerializer)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.ToObject(System.Type,Stimulsoft.Base.Json.JsonSerializer)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public Object ToObject(
	Type objectType,
	JsonSerializer jsonSerializer
)

Parameters

objectType
Type: SystemType

[Missing <param name="objectType"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.ToObject(System.Type,Stimulsoft.Base.Json.JsonSerializer)"]

jsonSerializer
Type: Stimulsoft.Base.JsonJsonSerializer

[Missing <param name="jsonSerializer"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.ToObject(System.Type,Stimulsoft.Base.Json.JsonSerializer)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.ToObject(System.Type,Stimulsoft.Base.Json.JsonSerializer)"]

See Also