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

Zod for serialization and deserialization data #1233

Closed
listepo opened this issue Sep 13, 2024 · 2 comments
Closed

Zod for serialization and deserialization data #1233

listepo opened this issue Sep 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@listepo
Copy link

listepo commented Sep 13, 2024

Hello any way to support serialization and deserialization data for zod schema?

@listepo listepo added the enhancement New feature or request label Sep 13, 2024
@timostamm
Copy link
Member

Hey Ivan, we looked into decoupling serialization from connect-es for #1030. The Connect protocol is agnostic to serialization, so it's technically possible, and we don't have any interest in artificially limiting the implementation.

We found that it's far from trivial to support, though. All options we considered ended up requiring much more boilerplate to set up, ultimately making the developer experience considerable worse. Hopefully we can implement the feature at some point, but we currently aren't actively working on it.

@timostamm
Copy link
Member

Closing this as a duplicate of #1030.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants