IssueSerializationExtensions.

SerializeToJsonFile(IEnumerable<IIssue>, FilePath) Method

Summary

Serializes an System.Collections.Generic.IEnumerable`1 to a JSON file.

Syntax

public static void SerializeToJsonFile(this IEnumerable<IIssue> issues, FilePath filePath)

Parameters

Name Type Description
issues IEnumerable<IIssue> Issues which should be serialized.
filePath FilePath Path to the file.

Return Value

Type Description
void
GitHub