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
Deserializes an
Issue from a JSON string.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Containing Type
- Issue
Deserialization Extensions
Syntax
public static Issue DeserializeToIssue(this string jsonString)
Parameters
| Name | Type | Description |
|---|---|---|
| jsonString | string | JSON representation of the issue. |
Return Value
| Type | Description |
|---|---|
| Issue | Instance of the issue. |
