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.Yaml.
Summary
Deserializes the YAML from a string.
Syntax
public static T DeserializeYaml<T>(this ICakeContext context, string yaml)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Type Parameters
Name |
Description |
T |
The type to deserialize to. |
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
yaml |
string |
The YAML string. |
Return Value
Type |
Description |
T |
The Deserialized Object. |