IDictionaryTypeConverter.WriteYaml method

Write an IDictionary to YAML

public void WriteYaml(IEmitter emitter, object? value, Type type, ObjectSerializer serializer)
parameter description
emitter The YAML emitter
value The IDictionary to serialize
type The type of the object to serialize
serializer The object serializer

See Also