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

Upgrade Option support to use ReferenceType. #252

Closed
wants to merge 10 commits into from

Conversation

nbauernfeind
Copy link
Member

Fixes #248. @cowtowncoder Is this what you're suggesting in the issue? Tests continue to pass.

@nbauernfeind
Copy link
Member Author

Sorry, I was wrong this does not pass tests. I'll look further.

@cowtowncoder
Copy link
Member

@nbauernfeind It's the first part yes, for recognizing Option as ReferenceType. However, actual serializer/deserializer is still needed, as there are some details that can not be generalized (basically how to create actual value instances, and access contents). For those ,AtomicReferenceSerializer and AtomicReferenceSerializer would be best sources I think.

@nbauernfeind nbauernfeind added this to the 2.7.4 milestone Apr 18, 2016
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

Successfully merging this pull request may close these issues.

2 participants