PSObjectTypeConverter constructor

YAML type converter for PSObject types

public PSObjectTypeConverter(bool omitNullValues = false, bool useFlowStyle = false)
parameter description
omitNullValues If true, null values will be omitted from the output
useFlowStyle If true, the mapping will be emitted in flow style

See Also