Summary
Serializes an
IIssue
to a JSON string.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Containing Type
- Issue
Serialization Extensions
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. |