Summary
Serializes an
System.Collections.Generic.IEnumerable`1
to a JSON file.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Containing Type
- Issue
Serialization Extensions
Syntax
public static void SerializeToJsonFile(this IEnumerable<IIssue> issues, FilePath filePath)
Parameters
Name | Type | Description |
---|---|---|
issues | IEnumerable |
Issues which should be serialized. |
filePath | FilePath | Path to the file. |
Return Value
Type | Description |
---|---|
void |