PSObjectTypeConverter class
YAML type converter for PSObject types
public class PSObjectTypeConverter : IYamlTypeConverter
| parameter | description |
|---|---|
| omitNullValues | If true, null values will be omitted from the output |
| useFlowStyle | If true, the mapping will be emitted in flow style |
Public Members
| name | description |
|---|---|
| PSObjectTypeConverter(…) | YAML type converter for PSObject types |
| Accepts(…) | Check if the type is PSObject |
| ReadYaml(…) | Read a PSObject from YAML |
| WriteYaml(…) | Write a PSObject to YAML |
See Also
- namespace Kestrun.Utilities.Yaml