-
There has been questions before about polymorphic (de)serialization of json. There is an argument to not support this because it opens a security vulnerability where completely unrelated classes could be instantiated and allow execute of arbitrary code. But why not allow for custom interfaces or types to be used. Just |
Beta Was this translation helpful? Give feedback.
Answered by
layomia
Aug 6, 2020
Replies: 1 comment 1 reply
-
Please follow the discussions in #29937 and #30083 for updates on polymorphic support in System.Text.Json. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
layomia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please follow the discussions in #29937 and #30083 for updates on polymorphic support in System.Text.Json.