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

Add serialization for System.Text.Json.Nodes #7607

Closed
jbockle opened this issue Feb 22, 2022 · 1 comment · Fixed by #9033
Closed

Add serialization for System.Text.Json.Nodes #7607

jbockle opened this issue Feb 22, 2022 · 1 comment · Fixed by #9033

Comments

@jbockle
Copy link
Contributor

jbockle commented Feb 22, 2022

Can serialization codecs be added for classes within System.Text.Json.Nodes namespace?
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.nodes?view=net-6.0

@ghost ghost added the Needs: triage 🔍 label Feb 22, 2022
@SebastianStehle
Copy link
Contributor

You can just write it to JSON string and deserialize it. The JsonValue is abstract and hard to serialize manually.

@jbockle jbockle closed this as completed Feb 23, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants