PSObjectTypeConverter.ReadYaml method

Read a PSObject from YAML

public object ReadYaml(IParser parser, Type type, ObjectDeserializer rootDeserializer)
parameter description
parser The YAML parser
type The target type
rootDeserializer The root deserializer

Return Value

The deserialized PSObject

See Also