DEV Community

[Comment from a deleted post]
Collapse
 
peledzohar profile image
Zohar Peled

What I don't understand in this whole scenario is why would you want to take an XML Document, Serialize it to Json, and then Deserialize the Json to an instance of your own class, when you can just as easily (well sort of) deserialize the XML directly?

But yes, this is a very annoying kind of bug.