Declared in RKParser.h

Overview

A Parser is responsible for transforming a string of data into a dictionary. This allows the model mapper to map properties using key-value coding

Tasks

  • – objectFromString:

    Return a key-value coding compliant representation of a payload. Object attributes are encoded as a dictionary and collections of objects are returned as arrays.

    required method

Instance Methods

objectFromString:

Return a key-value coding compliant representation of a payload. Object attributes are encoded as a dictionary and collections of objects are returned as arrays.

- (id)objectFromString:(NSString *)string

Declared In

RKParser.h