Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ContentSerializerContext Class

    Namespace: Stride.Core.Serialization.Contents
    Assembly: Stride.Core.Serialization.dll
    System.Object → ContentSerializerContext
    Derived from ContentSerializerContext:

    [DataSerializerGlobal(typeof(ListSerializer<ChunkReference>), null, DataSerializerGenericMode.None, false, false)]
    public class ContentSerializerContext
    Name Description
    Fields
    ContentSerializerContextProperty
    SerializeAttachedReferenceProperty
    Properties
    AllowContentStreaming
    ContentManager
    Mode
    Url
    | Improve this Doc View Source

    Fields


    ContentSerializerContextProperty

    public static PropertyKey<ContentSerializerContext> ContentSerializerContextProperty
    Field Value
    Type Description
    PropertyKey<ContentSerializerContext>

    SerializeAttachedReferenceProperty

    public static PropertyKey<ContentSerializerContext.AttachedReferenceSerialization> SerializeAttachedReferenceProperty
    Field Value
    Type Description
    PropertyKey<ContentSerializerContext.AttachedReferenceSerialization>
    | Improve this Doc View Source

    Properties


    AllowContentStreaming

    public bool AllowContentStreaming { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContentManager

    public ContentManager ContentManager { get; }
    Property Value
    Type Description
    ContentManager

    Mode

    public ArchiveMode Mode { get; }
    Property Value
    Type Description
    ArchiveMode

    Url

    public string Url { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

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

    Back to top

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