IReportJsonSerializer Members
A service that serializes a report to JSON and deserializes JSON to report.Methods
Name | Description |
---|---|
DeserializeFromJson(String) | Converts the specified string to the XtraReport object. |
DeserializeFromJsonAsync(String) | |
SerializeToJson(XtraReport) | Serializes a report to a JSON string and preserves the object reference information. |
See Also