Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ContentSerializer Class

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

    public class ContentSerializer
    Name Description
    Constructors
    ContentSerializer()
    Fields
    SerializerContextTags
    Properties
    LowLevelSerializerSelector
    LowLevelSerializerSelectorWithReuse
    Methods
    RegisterSerializer(IContentSerializer)

    Registers a serializer with this ContentSerializer.

    | Improve this Doc View Source

    Constructors


    ContentSerializer()

    public ContentSerializer()
    | Improve this Doc View Source

    Fields


    SerializerContextTags

    public PropertyContainer SerializerContextTags
    Field Value
    Type Description
    PropertyContainer
    | Improve this Doc View Source

    Properties


    LowLevelSerializerSelector

    public SerializerSelector LowLevelSerializerSelector { get; set; }
    Property Value
    Type Description
    SerializerSelector

    LowLevelSerializerSelectorWithReuse

    public SerializerSelector LowLevelSerializerSelectorWithReuse { get; set; }
    Property Value
    Type Description
    SerializerSelector
    | Improve this Doc View Source

    Methods


    RegisterSerializer(IContentSerializer)

    Registers a serializer with this ContentSerializer.

    public void RegisterSerializer(IContentSerializer serializer)
    Parameters
    Type Name Description
    IContentSerializer serializer

    The serializer.


    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