Replies: 1 comment
-
Hi, there's no equivalent to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am facing how to create a proxy instance of a class that I want deserialize.
Using Newtonsoft I can do the following:
In the above example I create an instance of a proxy of class T (inherited from BaseClass)
ProxyGenerator is from pacakge Castle.Core
How can do same with System.Text json classes?
Thanks in advance
Luigi
Beta Was this translation helpful? Give feedback.
All reactions