Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    DataStyle Enum

    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

    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).

    Extension Methods

    ComponentBaseExtensions.DisposeBy<DataStyle>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<DataStyle>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation