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

How to configure json serialization options ? #4288

Closed
wmarfil opened this issue Mar 12, 2023 · 1 comment
Closed

How to configure json serialization options ? #4288

wmarfil opened this issue Mar 12, 2023 · 1 comment

Comments

@wmarfil
Copy link

wmarfil commented Mar 12, 2023

How to configure json serialization options that ef core use to serialize the DAO proprety into a json column?
I need to not escape certains non ASCII unicode characters, even though I know the deserialization works fine I need to have "as-is" data in the database

Thanks


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@maumar
Copy link
Contributor

maumar commented Mar 12, 2023

currently there is no way to customize the serializer. Support for it is tracked here: dotnet/efcore#28043

@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants