Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

Serialization of derived classes

$
0
0

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