Table of Contents

Class AssemblySerializers

Namespace
Stride.Core.Serialization
Assembly
Stride.Core.dll
public class AssemblySerializers
Inheritance
AssemblySerializers

Constructors

AssemblySerializers(Assembly)

public AssemblySerializers(Assembly assembly)

Parameters

assembly Assembly

Properties

Assembly

public Assembly Assembly { get; }

Property Value

Assembly

DataContractAliases

public List<AssemblySerializers.DataContractAlias> DataContractAliases { get; }

Property Value

List<AssemblySerializers.DataContractAlias>

Modules

public List<Module> Modules { get; }

Property Value

List<Module>

Profiles

public Dictionary<string, AssemblySerializersPerProfile> Profiles { get; }

Property Value

Dictionary<string, AssemblySerializersPerProfile>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.