Polymorphic Serialization & Deserialziation of Interface implementations in dotnet
I will preface this by saying this is not a good idea and was more of a “I wonder..”, as you lose the benefit of a descriptive model (especially in swagger), and its somewhat brittle if you add more types. Honestly it started as a “It would be nice if I could do this in …