-
Notifications
You must be signed in to change notification settings - Fork 49
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
refactor XML deserialize #1233
refactor XML deserialize #1233
Conversation
A new generated diff is ready to view. |
@@ -90,6 +82,7 @@ class RestXmlParserGenerator( | |||
else -> super.payloadDeserializer(ctx, shape, members) | |||
} | |||
|
|||
// FIXME - reconcile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Is this FIXME about explicitBoundStructureSerializer? Do you have a plan to fix in this PR or as a follow-up?
@@ -145,6 +237,7 @@ class RestXmlSerializerGenerator( | |||
else -> super.payloadSerializer(ctx, shape, members) | |||
} | |||
|
|||
// FIXME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: there's not context around this FIXME
A new generated diff is ready to view. |
A new generated diff is ready to view. |
Quality Gate failedFailed conditions |
Issue #
fixes #1220
upstream: smithy-lang/smithy-kotlin#1042
Description of changes
Context is in the linked issue and upstream
smithy-kotlin
PRBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.