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

Respect JsonSerializerOptions in debug mode #629

Closed
wants to merge 1 commit into from

Conversation

rpopovych
Copy link

Update LambdaJsonSerializer.Serialize to respect custom JsonSerializerOptions when in debug mode

#628

I think this was just an accidental omission, but if I am missing something here, let me know

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Update `LambdaJsonSerializer.Serialize` to respect custom `JsonSerializerOptions` when in debug mode
@normj
Copy link
Member

normj commented Apr 28, 2020

This is fixed in the PR #636. The fix is going to be in a new serializer class called DefaultLambdaJsonSerializer and I have obsoleted LambdaJsonSerializer.

@normj normj closed this Apr 28, 2020
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