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