Configures the behavior of YamlSerializer operations.
public sealed record YamlSerializerOptions : IEquatable<YamlSerializerOptions>
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.DuplicateKeyHandlingGets or sets behavior when duplicate mapping keys are encountered while reading.IndentSizeGets or sets the number of spaces to use when WriteIndented is enabled.MappingOrderGets or sets member ordering behavior for emitted mappings.PolymorphismOptionsGets 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.ReferenceHandlingGets or sets object reference handling behavior.ScalarStylePreferencesGets scalar style preferences for serialization.SchemaGets or sets the schema used for scalar resolution.SourceNameGets or sets an optional name for the YAML source.TypeInfoResolverGets or sets a metadata resolver used to retrieve YamlTypeInfo instances.UnsafeAllowDeserializeFromTagTypeNameGets or sets a value indicating whether unregistered runtime type names from YAML tags are allowed during deserialization.WriteIndentedGets or sets a value indicating whether output should be indented.