FMIceLinkNullJsonProvider Class Reference

Inherits from FMIceLinkJsonProvider : NSObject
Declared in FMIceLinkNullJsonProvider.h
FMIceLinkNullJsonProvider.m

Overview

An implementation of a JSON provider that does nothing.

– deserializeWithValueJson:

Deserializes a value from a JSON string.

The type the value to deserialize.

- (id)deserializeWithValueJson:(NSString *)valueJson

Parameters

valueJson

The JSON string to deserialize. @return The deserialized value.

Discussion

Deserializes a value from a JSON string.

The type the value to deserialize.

Declared In

FMIceLinkNullJsonProvider.h

– serialize:

Serializes a value to a JSON string.

The type the value to serialize.

- (NSString *)serialize:(id)value

Parameters

value

The value to serialize. @return The serialized JSON string.

Discussion

Serializes a value to a JSON string.

The type the value to serialize.

Declared In

FMIceLinkNullJsonProvider.h