Cannot instantiate the XmlSerializer
class
#302
Unanswered
amine-aboufirass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the REPL to experiment a little with the objects available in
System.Xml.Serialization
. I import the namespace, create a simple class and instantiate it:Then I try to create an instance of
XmlSerializer
along the lines of what is shown in the docsUnfortunately this throws an exception:
Why does this occur and how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions