Represents metadata and operations for a serializable type.
public abstract class YamlTypeInfo
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlTypeInfo(Type, YamlSerializerOptions)Initializes a new instance of the YamlTypeInfo class.OptionsGets the options associated with this metadata instance.TypeGets the CLR type represented by this metadata.ReadAsObject(YamlReader)Reads a value from an existing YAML reader.Write(YamlWriter, Object?)Writes a value to an existing YAML writer.