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

Enforce Serializable Object in SharedMap Sets #363

Closed
anthony-murphy opened this issue Oct 18, 2019 · 1 comment
Closed

Enforce Serializable Object in SharedMap Sets #363

anthony-murphy opened this issue Oct 18, 2019 · 1 comment
Labels
api area: dds Issues related to distributed data structures

Comments

@anthony-murphy
Copy link
Contributor

#136

@curtisman curtisman added the api label Jan 21, 2020
@curtisman curtisman added the area: dds Issues related to distributed data structures label Jan 31, 2020
@curtisman curtisman added this to the Future milestone Feb 2, 2020
anthony-murphy added a commit that referenced this issue Apr 20, 2020
This is basically taking advantage of duck typing. We are generating a type we know is jsonable from the input type, but setting anything not serializable to never, which will cause compile time issues with objects of the original type.

related #1816 #136 #363 #364
@curtisman curtisman changed the title Enforce Jsonable Object in SharedMap Sets Enforce Serializable Object in SharedMap Sets Oct 9, 2020
@curtisman curtisman modified the milestones: Future, November 2020 Oct 25, 2020
@curtisman curtisman modified the milestones: November 2020, December 2020 Nov 2, 2020
@curtisman curtisman modified the milestones: December 2020, January 2021 Dec 1, 2020
@danielroney danielroney modified the milestones: January 2021, Next Jan 8, 2021
@vladsud
Copy link
Contributor

vladsud commented May 28, 2021

#136 (main issue discussing this topic) arrived to conclusion that it's won't fix.
Closing this one as well - please reactivate if you disagree / I got it wrong.

@vladsud vladsud closed this as completed May 28, 2021
@danielroney danielroney removed this from the Next milestone Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api area: dds Issues related to distributed data structures
Projects
None yet
Development

No branches or pull requests

4 participants