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

Consider adding support for UTF16 inputs to JsonSerializer #30240

Closed
pranavkm opened this issue Jul 12, 2019 · 2 comments
Closed

Consider adding support for UTF16 inputs to JsonSerializer #30240

pranavkm opened this issue Jul 12, 2019 · 2 comments

Comments

@pranavkm
Copy link
Contributor

This would be an alternative to - https://github.com/dotnet/corefx/issues/39483. Ultimately we'd like to not have to perform additional work to transcode in ASP.NET Core

@GSPP
Copy link

GSPP commented Jul 15, 2019

Maybe the parser can be a T4 template. Generate the parsing code once for Span<byte> and once for Span<char>.

@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the Future milestone Feb 1, 2020
@pranavkm
Copy link
Contributor Author

Closing since transcoding is a feature.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants