Table of Contents

NamingConvention Property

Definition

Namespace
Codebelt.Extensions.YamlDotNet
Assemblies
Codebelt.Extensions.YamlDotNet.dll
Source
src/Codebelt.Extensions.YamlDotNet/YamlSerializerOptions.cs

NamingConvention

Gets or sets the YamlDotNet.Serialization.INamingConvention used to convert a property's name on an object to another format. The default value is YamlDotNet.Serialization.NamingConventions.NullNamingConvention.Instance (unaltered).

public INamingConvention NamingConvention { get; set; }

Property Value

INamingConvention

The YamlDotNet.Serialization.INamingConvention used to convert a property's name on an object to another format.