FMNullJsonProvider Class Reference

Inherits from FMJsonProvider : NSObject
Declared in FM.h

Overview

An implementation of a JSON provider that does nothing.

– deserializeWithValueJson:

Deserializes a value from a JSON string. The type the value to deserialize.

- (NSObject *)deserializeWithValueJson:(NSString *)valueJson

Parameters

name="valueJson">The

JSON string to deserialize. The deserialized value.

Discussion

Deserializes a value from a JSON string. The type the value to deserialize.

Declared In

FM.h

– serializeWithValue:

Serializes a value to a JSON string. The type the value to serialize.

- (NSString *)serializeWithValue:(NSObject *)value

Parameters

name="value">The

value to serialize. The serialized JSON string.

Discussion

Serializes a value to a JSON string. The type the value to serialize.

Declared In

FM.h