Is there already a way to do this ?
All my components have a save() method and i just want to step through all entities (or all with a PersistenceComponent which already works) and call that method with no regard to what component i am currently saving.
And i apologize if this questions would resolve themselves if i understood all your code ;)