IssueSerializationExtensions.

SerializeToJsonString(IIssue) Method

Summary

Serializes an IIssue to a JSON string.

Syntax

public static string SerializeToJsonString(this IIssue issue)

Parameters

Name Type Description
issue IIssue Issue which should be serialized.

Return Value

Type Description
string Serialized issue.
GitHub