I used to be able to do this back with 0.10: Take an XML string instead of a URL and have it map to a series of objects. I was using this to store the XML and be able to map it on the fly when needed. This is much easier and lightweight (in my case) than having to store everything in CoreData ManagedObjects.
With 0.20pre3 the method I was using before no longer works. Is there a comparable process now? I can get parse to an NSDictionary using [RKMIMETypeSerialization objectFromData] but I can't figure out how to do the object mapping...
Any help would be greatly appreciated!