RestEase.SystemTextJson for .NET 6 #239
Unanswered
ctorresunimag95
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It's fairly easy to write a custom serializer/deserializer for System.Text.Json. This of course doesn't remove the dependency on Json.net. There are plans to allow making System.Text.Json the default for RestEase 2 and droppind the dependency on Json.net, but it has to be done in a way which maintains backwards compatibility. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I found this package for implementing SystemTextJon but it is for .NET 5. I wanted to check if there is anything already implemented for RestEase with systemtext compatible with .net 6 ?
Beta Was this translation helpful? Give feedback.
All reactions