Strange Behavior When Using XmlSerializer with Inherited Classes in C# 8.0
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-11
c# xml serialization polymorphism
I'm experiencing unexpected behavior when trying to serialize and deserialize an XML representation of a class hierarchy using `XmlSerializer` in C# 8.0. I have...