IDictionaryTypeConverter.ReadYaml method

Read an IDictionary from YAML

public object ReadYaml(IParser parser, Type type, ObjectDeserializer rootDeserializer)
parameter description
parser The YAML parser
type The type of the object to deserialize
rootDeserializer The root deserializer

Return Value

The deserialized object

See Also