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