elliotwoods / ofxRulr

An application and high level framework for calibrating spaces with devices. Built on openFrameworks
135 stars 15 forks source link

Bug : serialization API #125

Open elliotwoods opened 8 years ago

elliotwoods commented 8 years ago

often you might want to call serialize on a class externally but what if you only get the local overrides of that function call? that would be unexpected!

and also can't handle sitatuions like manageParamaeters where other callbacks are happening

essentially derived classes SHOULDN'T resuse names from public members of base classes. (bad practice) . but how to resolve?