DataStyle Enum
Namespace: Stride.CoreAssembly: 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
| Name | Description | 
|---|---|
| Any | Let the emitter choose the style.  | 
                  
| Compact | The compact style (style embraced by [] or {})  | 
                  
| Normal | The normal style (One line per item, structured by space).  |