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

Custom converter for generic types #80

Open
slimshader opened this issue Jul 6, 2020 · 0 comments
Open

Custom converter for generic types #80

slimshader opened this issue Jul 6, 2020 · 0 comments

Comments

@slimshader
Copy link

Hi, in our project we use Option type. Is there a way to register single custom SerializerFactory that would handle all of the concrete instantiations of the generic type? Ideally a null case could be handled too (which would be deserialized as None) and custom de/serializer implementation would forward conversion of internal T type back to default implementation.

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