IDictionaryTypeConverter class

YAML type converter for IDictionary types

public class IDictionaryTypeConverter : 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
IDictionaryTypeConverter(…) YAML type converter for IDictionary types
Accepts(…) Check if the type is IDictionary
ReadYaml(…) Read an IDictionary from YAML
WriteYaml(…) Write an IDictionary to YAML

Remarks

Constructor

See Also