FMSerializable Class Reference

Inherits from NSObject
Declared in FM.h

Overview

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

– init

- (id)init

Declared In

FM.h

– isDirty

Gets a value indicating whether this instance is dirty.

- (bool)isDirty

Discussion

Gets a value indicating whether this instance is dirty.

Declared In

FM.h

+ serializable

Initializes a new instance of the class.

+ (FMSerializable *)serializable

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– setIsDirty:

Sets a value indicating whether this instance is dirty.

- (void)setIsDirty:(bool)value

Discussion

Sets a value indicating whether this instance is dirty.

Declared In

FM.h