Configures the behavior of TomlSerializer operations.
public sealed record TomlSerializerOptions : IEquatable<TomlSerializerOptions>
kind:method, kind:property, kind:ctor. Press Esc to clear.ConvertersGets the custom converters.DefaultGets a default options instance.DefaultIgnoreConditionGets or sets the default ignore condition for null/default values.DictionaryKeyPolicyGets or sets the policy used to convert dictionary keys during serialization.DottedKeyHandlingGets or sets behavior for dictionary keys containing '.'.DuplicateKeyHandlingGets or sets behavior when duplicate keys are encountered while reading.IndentSizeGets or sets the number of spaces to use when WriteIndented is enabled.InlineTablePolicyGets or sets inline table emission policy.MappingOrderGets or sets member ordering behavior for emitted mappings.MetadataStoreGets or sets an optional metadata store used to capture or apply TOML trivia/comment metadata.NewLineGets or sets the newline kind used by the writer.PolymorphismOptionsGets or sets polymorphism options.PropertyNameCaseInsensitiveGets or sets a value indicating whether property name matching is case-insensitive.PropertyNamingPolicyGets or sets the policy used to convert CLR property names.RootValueHandlingGets or sets behavior for scalar/array roots that do not naturally map to a TOML document.RootValueKeyNameGets the root key name used when RootValueHandling is WrapInRootKey.SourceNameGets or sets an optional name for the TOML source.StringStylePreferencesGets scalar string style preferences for serialization.TableArrayStyleGets or sets array-of-table emission style.TypeInfoResolverGets or sets a metadata resolver used to retrieve TomlTypeInfo instances.WriteIndentedGets or sets a value indicating whether output should be indented.