Table of Contents

Class SaveHandler.TypeMigrationInfo

Namespace
TinyLife
Assembly
TinyLife.dll

A class used to store information for TypeMigrations.

public class SaveHandler.TypeMigrationInfo
Inheritance
SaveHandler.TypeMigrationInfo
Inherited Members
Extension Methods

Fields

AssemblyName

The assembly name of the type being loaded. This value can be set to a different assembly name to change the type that is loaded.

public string AssemblyName

Field Value

string

Context

The SerializerContext that the type is being loaded in.

public readonly SerializerContext Context

Field Value

SerializerContext

Type

The loaded type, which is null if it has not been found. This value can be set to a different type to change the type that is loaded.

public Type Type

Field Value

Type

TypeName

The name of the type being loaded. This value can be set to a different type name to change the type that is loaded.

public string TypeName

Field Value

string

Usages

The SerializerUsage that the type is being used for.

public readonly SerializerUsage Usages

Field Value

SerializerUsage