Skip to content
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

Consider moving ignoreNullValueOverwrites to the map, away from the mapper #26

Open
brockboland opened this issue Jan 26, 2015 · 0 comments

Comments

@brockboland
Copy link
Contributor

ignoreNullValueOverwrites is a property on VOKManagedObjectMapper, but most of the times I need to use it, it's because there's a particular property that isn't always included in the server response, so I don't want it to be overridden with a nil value…but other properties should be. If we moved that property to VOKManagedObjectMap—or added an equivalent there, to work alongside the existing property—a more fine-grained control could be achieved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants