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

Improve the XML serialization of numeric types #1469

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

stof
Copy link
Member

@stof stof commented Jun 26, 2023

Once we start adding property types in #1467, static analysis tools complain about passing non-string content to createElement.
This solves this by separating the handling of strings from the handling of numeric shapes in the code generator, to cast the value to string.

@jderusse jderusse merged commit ae0d147 into async-aws:master Jun 26, 2023
@stof stof deleted the improve_xml_serializer branch June 26, 2023 09:57
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.

2 participants