Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SerializeClassFlags Enum

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

    Specifies flags used when serializing reference types.

    [Flags]
    public enum SerializeClassFlags

    Fields

    Name Description
    IsExternalIdentifiable

    Specifies that the object is an IIdentifiable instance has not been serialized, and only its Id has been stored.

    IsNull

    Specifies that the object is null.

    IsReference

    Specifies that the object has already been serialized previously in the stream, and is only stored as an index.

    IsTypeInfo

    Specifies that additional type info is necessary and is stored in the stream.

    None

    Default value.

    Extension Methods

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

    Back to top

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