Table of Contents

Interface IDeserializesReport

Namespace
CSF.Screenplay.Reporting
Assembly
CSF.Screenplay.dll

An object which deserializes a Screenplay report from a stream.

public interface IDeserializesReport

Methods

DeserializeAsync(Stream)

Deserializes a Screenplay report from the provided stream asynchronously.

Task<ScreenplayReport> DeserializeAsync(Stream stream)

Parameters

stream Stream

The stream containing the serialized Screenplay report.

Returns

Task<ScreenplayReport>

A task that represents the asynchronous operation. The task result contains the deserialized Screenplay report.