Click or drag to resize

JArrayFromObject Method (Object, JsonSerializer)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JArray.FromObject(System.Object,Stimulsoft.Base.Json.JsonSerializer)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static JArray FromObject(
	Object o,
	JsonSerializer jsonSerializer
)

Parameters

o
Type: SystemObject

[Missing <param name="o"/> documentation for "M:Stimulsoft.Base.Json.Linq.JArray.FromObject(System.Object,Stimulsoft.Base.Json.JsonSerializer)"]

jsonSerializer
Type: Stimulsoft.Base.JsonJsonSerializer

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

Return Value

Type: JArray

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JArray.FromObject(System.Object,Stimulsoft.Base.Json.JsonSerializer)"]

See Also