ScalarStyle Enum
Namespace: Stride.CoreAssembly: Stride.Core.dll
Specifies the style used for textual serialization of scalars.
public enum ScalarStyle
Fields
Name | Description |
---|---|
Any | Let the emitter choose the style. |
DoubleQuoted | The double-quoted scalar style. |
Folded | The folded scalar style. |
Literal | The literal scalar style. |
Plain | The plain scalar style. |
SingleQuoted | The single-quoted scalar style. |