IssueSerializationExtensions.

SerializeToJsonString(IEnumerable<IIssue>) Method

Summary

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

Syntax

public static string SerializeToJsonString(this IEnumerable<IIssue> issues)

Parameters

Name Type Description
issues IEnumerable<IIssue> Issues which should be serialized.

Return Value

Type Description
string Serialized issues.
GitHub