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, DeserializeYamlSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Type Parameters
Name |
Description |
T |
The type to deserialize to. |
Parameters
Return Value
Type |
Description |
T |
The Deserialized Object. |