Serializes a value to an IBufferWriter<T> destination using an explicit input type.
public static void Serialize(IBufferWriter<char> destination, object? value, Type inputType, YamlSerializerOptions? options = null)
The destination buffer writer.
The value to serialize.
The declared input type.
The serializer options. If null, Default is used.