Api Sandbox JsonUpgraderAttribute
class

JsonUpgraderAttribute

public class JsonUpgraderAttribute : Attribute

An attribute that describes a version update for a JSON object.

Constructors

JsonUpgraderAttribute(Type type, Int32 version)

Properties

Name Type Description
Version Int32 The version of this upgrade.
Type Type The type we're targeting for this upgrade.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.JsonUpgraderAttribute