mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-01 22:42:51 +08:00
and act independently with regards to serialization and destination mapping. When you leverage the getObject:mapResponseWith: flavor of methods, the type of your sourceObject is checked with the destination type of the object mapping. If they agree, it is assumed that you are trying to update the object with the results of the mapping and targetObject is set appropriately. If they do not match, the targetObject is set to nil so that new objects will be loaded. closes #161, #168