[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonSerializer.DeserializeAsync

DeserializeAsync Method

DeserializeAsync<T>(Stream)

Deserializes an object of the specified type from the report definition model.

Declaration
public static Task<T> DeserializeAsync<T>(Stream utf8Stream)
Parameters
Type Name Description
Stream utf8Stream

A Stream containing the JSON data in UTF-8 format.

Returns
Type Description
Task<T>

A task representing the asynchronous operation, with a result of the deserialized object.

Type Parameters
Name Description
T

The type of the object to deserialize.