Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

Supported Class Types

Pat Shields edited this page Jan 27, 2012 · 1 revision

ClassMapper is essentially a set of protocols that can be implemented by any object, but for obvious reasons ships with a set of supported class types:

  • NSString
  • NSNumber
  • NSArray / NSMutableArray
  • NSDictionary / NSMutableDictionary
  • NSObject (assumes key value coding compliance)

Clone this wiki locally