Added Object Mapping block helpers to RKObjectManager and RKObjectMapping. These enable you to perform ad-hoc object mapping very easily. Extended RKObjectRouter to match on superclasses if no specific route is found. This is helpful when using mocked objects with frameworks like Kiwi. fixes #238

This commit is contained in:
Blake Watters
2011-07-23 23:04:16 -04:00
parent 06e2f6665d
commit 80366afa84
7 changed files with 197 additions and 6 deletions

View File

@@ -8,6 +8,6 @@
#import "Errors.h"
NSString* const RKRestKitErrorDomain = @"com.twotoasters.RestKit.ErrorDomain";
NSString* const RKRestKitErrorDomain = @"org.restkit.RestKit.ErrorDomain";
NSString* const RKObjectMapperErrorObjectsKey = @"RKObjectMapperErrorObjectsKey";