fm.liveswitch.Serializable Class Referenceabstract

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

Protected Member Functions

boolean getIsDirty ()
 Gets a value indicating whether this instance is dirty. More...
 
 Serializable ()
 Initializes a new instance of the fm.liveswitch.Serializable class. More...
 
void setIsDirty (boolean value)
 Sets a value indicating whether this instance is dirty. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Serializable()

fm.liveswitch.Serializable.Serializable ( )
protected

Initializes a new instance of the fm.liveswitch.Serializable class.

Member Function Documentation

◆ getIsDirty()

boolean fm.liveswitch.Serializable.getIsDirty ( )
protected

Gets a value indicating whether this instance is dirty.

◆ setIsDirty()

void fm.liveswitch.Serializable.setIsDirty ( boolean  value)
protected

Sets a value indicating whether this instance is dirty.