1
Answer

Xml serialization

Hello! If i have a base class and a class deriving from that. Can I write something to just serialize baseclass when serializing the type of the derived class? Can I return the instance of the base class from an derived class? Thank you in advance!

Answers (1)