Interface ISerializesReport
- Namespace
- CSF.Screenplay.Reporting
- Assembly
- CSF.Screenplay.dll
An object which serializes a Screenplay report into a stream.
public interface ISerializesReport
Methods
SerializeAsync(ScreenplayReport)
Serializes a Screenplay report into a stream asynchronously.
Task<Stream> SerializeAsync(ScreenplayReport report)
Parameters
reportScreenplayReportA Screenplay report.