IssueSerializationExtensions.

SerializeToJsonFile(IIssue, FilePath) Method

Summary

Serializes an IIssue to a JSON file.

Syntax

public static void SerializeToJsonFile(this IIssue issue, FilePath filePath)

Parameters

Name Type Description
issue IIssue Issue which should be serialized.
filePath FilePath Path to the file.

Return Value

Type Description
void