Skip to main content

IReportJsonSerializer Members

A service that serializes a report to JSON and deserializes JSON to report.

Methods

Name Description
DeserializeFromJson(String) Converts the specified JSON string to the XtraReport object.
DeserializeFromJsonAsync(String) Converts the specified JSON string to the XtraReport object, asynchronously.
SerializeToJson(XtraReport) Serializes a report to a JSON string and preserves the object reference information.
See Also