-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore certain keys #29
Comments
@mwhuss Have you tried JTSetMappings? (Here's an example from the tests.) |
I'm handling the creation and setting of those objects myself when doing a sync from the API. They're constructed from JSON and all the correct CoreData associations are setup. I'd much prefer a way to say "don't touch this key, I'll handle it". |
It's also worth noting that I don't have this issue in |
v1.1.2 may have something to do with auto underscore mapping. Can you provide an example schema of your managed object and a sample JSON? |
I'm using this on a
NSManagedObject
subclass. It's trying to take an array of objects and set them on my object, but the property is anNSSet
. This results in the follow exception:The text was updated successfully, but these errors were encountered: