-
Notifications
You must be signed in to change notification settings - Fork 50
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
Support Polymorphic serialization #4
Comments
Hi @frzme, thanks for the suggestion! I don't have capacity to add this in the short term, so if you're keen, I'm happy to provide some pointers and review a PR as you go. I'm imagining this would use YAML's local tags syntax ( |
Hi @charleskorn I was not aware of this feature and thus was thinking of basically the same as in json - but if it yaml has native support for it it sounds great to use it. Unfortunatly I most likely also won't have capacity to work on it anytime soon. |
- implement charleskorn#4 - support yaml tags for polymorphic de-/serialization
- implement charleskorn#4 - support yaml tags for polymorphic de-/serialization
- implement charleskorn#4 - support yaml tags for polymorphic de-/serialization
This has been resolved with #7 and will be part of the next release. |
It would be nice if Polymorphic (de)serialization was supported in the same way it is for JSON.
(see https://medium.com/@andreclassen1337/goodbye-runtimetypeadapterfactory-polymorphic-serialization-using-kotlinx-serialization-46a8cec36fdc )
The text was updated successfully, but these errors were encountered: