Quantcast
Viewing all articles
Browse latest Browse all 40524

Serialization of derived classes

like you can use:

if (typeof(object) == typeof(SomeDerivedClass)){
   ...
}else if (typeof(object) == typeof(SomeOtherDerivedClass)){
   ...
}

Viewing all articles
Browse latest Browse all 40524

Trending Articles