This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Serializes an
IEnumerable<T> to a JSON string.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Containing Type
- Issue
Serialization Extensions
Syntax
public static string SerializeToJsonString(this IEnumerable<IIssue> issues)
Parameters
| Name | Type | Description |
|---|---|---|
| issues | IEnumerable |
Issues which should be serialized. |
Return Value
| Type | Description |
|---|---|
| string | Serialized issues. |
