Table of Contents

Class SaveHandler.StaticMigrationInfo

Namespace
TinyLife
Assembly
Tiny Life.dll

A class used to store information for StaticJsonConverterMigrations.

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

Fields

ConverterType

The generic type that the MigratingStaticJsonConverter<T> has.

public readonly Type ConverterType

Field Value

Type

Name

The name of the object being loaded.

public readonly string Name

Field Value

string

ObjectType

The type that the actual object value is, which is either ConverterType or a subtype.

public readonly Type ObjectType

Field Value

Type

Value

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

public object Value

Field Value

object