Table of Contents

EnsureRoundtrip Property

Definition

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

EnsureRoundtrip

Gets or sets a value that will force the emission of tags and emit only properties with setters. The default value is false.

public bool EnsureRoundtrip { get; set; }

Property Value

bool

true to force the emission of tags and emit only properties with setters; otherwise, false.