Table of Contents

Enum DataStyle

Namespace
Stride.Core
Assembly
Stride.Core.dll

Specifies the style used for textual serialization when an array/list or a dictionary/map must be serialized.

public enum DataStyle

Fields

Any = 0

Let the emitter choose the style.

Compact = 2

The compact style (style embraced by [] or {})

Normal = 1

The normal style (One line per item, structured by space).