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

Fixes serialization of null in a collection of objects #129

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

rkodev
Copy link
Contributor

@rkodev rkodev commented Feb 12, 2024

when serialization a collection of Parseable, a null value leave an empty space between comma separated values, This fix replaces the empty space with a "null" in the payload.

Fixes microsoftgraph/msgraph-sdk-go#518

@rkodev rkodev requested a review from a team February 12, 2024 10:06
Copy link

sonarcloud bot commented Feb 12, 2024

@rkodev rkodev merged commit 00f8585 into main Feb 12, 2024
8 checks passed
@rkodev rkodev deleted the fix/serialization-null-collection branch February 12, 2024 11:51
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.

Extra comma(,) in payload of exchanges' mail with nested attachments
2 participants