Class Serializable
Base definition for classes that allow serialization to/from JSON.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
[Serializable]
public abstract class Serializable
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 |