I'm working on different data structures which are obtained after long computation time.
Is there a way to create an object in a first build and use this same object in a second build (for the sake of time computation) ??
I need to do this without specifying the type of object..
Thanks