Represents metadata and operations for a specific serializable type.
public abstract class YamlTypeInfo<T> : YamlTypeInfo
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlTypeInfo(YamlSerializerOptions)Initializes a new instance of the YamlTypeInfo<T> class.Read(YamlReader)Reads a value from an existing YAML reader.ReadAsObject(YamlReader)Reads a value from an existing YAML reader.Write(YamlWriter, T)Writes a value to an existing YAML writer.Write(YamlWriter, Object?)Writes a value to an existing YAML writer.