Open overriden properties serialization
While
this guide covers a lot of useful examples for polymorphic classes serialization, I couldn’t find any information about one particular (and to my mind, very useful) case.
Serialization of open classes and their children is definitely allowed, so it would be just very logical to allow overriden properties for these child classes. Consider following example:
import...