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.MaxDepthGets or sets the maximum allowed nesting depth for YAML mappings and sequences during serialization and deserialization.PolymorphismOptionsGets polymorphism options.PreferredObjectCreationHandlingGets or sets the preferred object creation handling for properties and fields during deserialization.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.UnmappedMemberHandlingGets or sets how unmapped YAML members are handled during object deserialization.UnsafeAllowDeserializeFromTagTypeNameGets or sets a value indicating whether unregistered runtime type names from YAML tags are allowed during deserialization.UseSchemaGets or sets a value indicating whether scalar deserialization should resolve through Schema.WriteIndentedGets or sets a value indicating whether output should be indented.