Shared base class for YamlReader and YamlWriter.
public abstract class YamlReaderWriterBase
This type centralizes option access and caches frequently computed values (naming policy conversions and converter resolution) to reduce repeated runtime work during serialization and deserialization.
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlReaderWriterBase(YamlSerializerOptions)Initializes a new instance of the YamlReaderWriterBase class.OptionsGets the options associated with this reader or writer instance.ConvertDictionaryKey(String)Converts a dictionary key into a YAML key using DictionaryKeyPolicy.ConvertName(String)Converts a CLR member name into a YAML member name using PropertyNamingPolicy.GetConverter(Type)Gets a converter that can handle typeToConvert.TryGetCustomConverter(Type, out YamlConverter?)Attempts to resolve a custom converter for typeToConvert from Converters.