Summary
Extensions for deserializing an
IIssue
.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["IssueDeserializationExtensions"]
class Type type-node
Syntax
public static class IssueDeserializationExtensions
Methods
Name | Value | Summary |
---|---|---|
DeserializeToIssue |
Issue |
Deserializes an
Issue from a JSON file.
static
|
DeserializeToIssue |
Issue |
Deserializes an
Issue from a JSON string.
static
|
DeserializeToIssues |
IEnumerable |
Deserializes an
System.Collections.Generic.IEnumerable`1 from a JSON file.
static
|
DeserializeToIssues |
IEnumerable |
Deserializes an
System.Collections.Generic.IEnumerable`1 from a JSON string.
static
|