Class Serializable
Base definition for classes that allow serialization to/from JSON.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class Serializable : object
Constructors
Serializable()
Initializes a new instance of the Serializable class.
Declaration
protected Serializable()
Properties
IsDirty
Gets or sets a value indicating whether this instance is dirty.
Declaration
protected bool IsDirty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |