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

Add DeserialiationFeature to make unresolvable Object Ids be deserialized as nulls #299

Closed
cowtowncoder opened this issue Sep 4, 2013 · 1 comment

Comments

@cowtowncoder
Copy link
Member

Currently failure to resolve an Object Id reference will result in an exception. For some use cases it would make sense to simply use null for such cases, and skip errors.

This feature is not a replacement for fully customizable resolvers, which could produce nulls, but just as a simple work-around.

@cowtowncoder
Copy link
Member Author

FWIW, this is sort of specializatio of #176.

@cowtowncoder cowtowncoder changed the title Add DeserialiationFeature to make unresolvable ids be deserialized as nulls Add DeserialiationFeature to make unresolvable Object Ids be deserialized as nulls Dec 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant