Class YamlWriter
Write model to YAML file
Inherited Members
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class YamlWriter
Methods
ToFileAsync<T>(T, string)
Save obj object to YAML file
Declaration
public static Task ToFileAsync<T>(T obj, string fileName) where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | |
| string | fileName |
Returns
| Type | Description |
|---|---|
| Task |
Type Parameters
| Name | Description |
|---|---|
| T |