Writes a value to an existing YAML writer.
public abstract void Write(YamlWriter writer, T value)
The writer that receives the value payload.
The value to serialize.