Hi, I'm looking for a way in unpickling, or equivalent, such that can only unpickle (or is limited to) simple data structure, such as number, string, list, tuples. The doc I found http://www.python.org/doc/2.2.3/lib/pickle-sec.html was helpful but still not very clear to me. Thanks! -Y