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

Serialize and deserialize derivation should mandate child types to implement serialize/deserialize #11098

Open
sirasistant opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@sirasistant
Copy link
Collaborator

Currently we try to bruteforce serialize and deserialize derivation for any children type. This is problematic with generics inside the data type, so we can move to an implementation more similar to Eq where it requires that eq is implemented (derive or not) at every type.
cc @Thunkar

@sirasistant sirasistant self-assigned this Jan 8, 2025
@sirasistant sirasistant changed the title Serialize and deserialize derivation mandates child types to implement serialize/deserialize Serialize and deserialize derivation should mandate child types to implement serialize/deserialize Jan 8, 2025
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