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 file.
Syntax
public static T DeserializeYamlFromFile<T>(this ICakeContext context, FilePath filename)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Type Parameters
Name |
Description |
T |
The type to deserialize to. |
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
filename |
FilePath |
The YAML filename. |
Return Value
Type |
Description |
T |
The Deserialized Object. |