Specifies a root type to include in a source-generated TomlSerializerContext.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class TomlSerializableAttribute : TomlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlSerializableAttribute(Type)Initializes a new instance of the TomlSerializableAttribute class.GenerationModeGets or sets the requested source generation mode for this root type.TypeGets the root type included in the generated context.TypeInfoPropertyNameGets or sets the generated TomlTypeInfo property name for this root type.