Click or drag to resize

JTokenToObjectT Method (JsonSerializer)

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

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public T ToObject<T>(
	JsonSerializer jsonSerializer
)

Parameters

jsonSerializer
Type: Stimulsoft.Base.JsonJsonSerializer

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.ToObject``1(Stimulsoft.Base.Json.JsonSerializer)"]

Return Value

Type: T

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

See Also