YamlAliases.

SerializeYaml<T>(ICakeContext, T) Method

Summary

Serializes an object to a YAML string.
Assembly
Cake.Yaml.dll
Namespace
Cake.Yaml
Containing Type
YamlAliases

Syntax

public static string SerializeYaml<T>(this ICakeContext context, T instance)

Attributes

Type Description
CakeMethodAliasAttribute

Type Parameters

Name Description
T The type of object to serialize.

Parameters

Name Type Description
context ICakeContext The context.
instance T The object to serialize.

Return Value

Type Description
string The YAML string.