Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ArchiveMode Enum

    Namespace: Stride.Core.Serialization
    Assembly: Stride.Core.dll

    Enumerates the different mode of serialization (either serialization or deserialization).

    public enum ArchiveMode

    Fields

    Name Description
    Deserialize

    The serializer is in deserialize mode.

    Serialize

    The serializer is in serialize mode.

    Extension Methods

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

    Back to top

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