Table of Contents

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

report ScreenplayReport

A Screenplay report.

Returns

Task<Stream>

A task that represents the asynchronous operation. The task result contains the serialized report stream.