Class AssemblySerializers
- Namespace
 - Stride.Core.Serialization
 
- Assembly
 - Stride.Core.dll
 
public class AssemblySerializers
  - Inheritance
 - 
      objectAssemblySerializers
 
Constructors
AssemblySerializers(Assembly)
public AssemblySerializers(Assembly assembly)
  Parameters
assemblyAssembly
Properties
Assembly
public Assembly Assembly { get; }
  Property Value
DataContractAliases
public List<AssemblySerializers.DataContractAlias> DataContractAliases { get; }
  Property Value
Modules
public List<Module> Modules { get; }
  Property Value
Profiles
public Dictionary<string, AssemblySerializersPerProfile> Profiles { get; }
  Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
  Returns
- string
 A string that represents the current object.