Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AssemblySerializers Class

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

    public class AssemblySerializers
    Name Description
    Constructors
    AssemblySerializers(Assembly)
    Properties
    Assembly
    DataContractAliases
    Modules
    Profiles
    Methods
    ToString()
    | Improve this Doc View Source

    Constructors


    AssemblySerializers(Assembly)

    public AssemblySerializers(Assembly assembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly
    | Improve this Doc View Source

    Properties


    Assembly

    public Assembly Assembly { get; }
    Property Value
    Type Description
    System.Reflection.Assembly

    DataContractAliases

    public List<AssemblySerializers.DataContractAlias> DataContractAliases { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<AssemblySerializers.DataContractAlias>

    Modules

    public List<Module> Modules { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Reflection.Module>

    Profiles

    public Dictionary<string, AssemblySerializersPerProfile> Profiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, AssemblySerializersPerProfile>
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    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