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

Support for generic fields in structs #156

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vilunov
Copy link
Contributor

@vilunov vilunov commented Feb 18, 2023

I need this one to support <xs:any/> XSD elements, so that the callers might decide what they expect themselves. I'm not yet sure how this should look in final form, as there may be many anys, submitting this PR as a general idea.

TODOs:

  • support for parameters in struct serialization
  • support for parameters in struct deserialization
  • support for parameters in enums
  • instead of requiring : YaSerialize at type def level, add it in macro result at trait impl level

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

Successfully merging this pull request may close these issues.

None yet

1 participant