Summary
Extensions for serializing an
IIssue
to the latest serialization format.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["IssueSerializationExtensions"]
class Type type-node
Syntax
public static class IssueSerializationExtensions
Methods
Name | Value | Summary |
---|---|---|
SerializeToJsonFile |
void |
Serializes an
System.Collections.Generic.IEnumerable`1 to a JSON file.
static
|
SerializeToJsonFile |
void |
Serializes an
IIssue to a JSON file.
static
|
Serialize |
string |
Serializes an
System.Collections.Generic.IEnumerable`1 to a JSON string.
static
|
Serialize |
string |
Serializes an
IIssue to a JSON string.
static
|