I want to serialize this structure in a string, to be stored , then another day in other session I would like to restore it exactly as it is, for instance symbols remain symbols, arrays remain arrays, hashes remain hashes and so on for other data types. How can I do that in Ruby / RoR?