Skip to main content

IReportJsonSerializer Methods

A service that serializes a report to JSON and deserializes JSON to report.
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