Click or drag to resize

Serializable Class

Base definition for classes that allow serialization to/from JSON.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Serializable type exposes the following members.

Constructors
  NameDescription
Protected methodSerializable
Initializes a new instance of the Serializable class.
Top
Properties
  NameDescription
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also