Note that we make an inspector to "see inside" the structure
otherwise print-convert can't see the contents of the structure.
Note that print-convert is in general useful for serialization purposes.
Please remember that when further converting a print-converted list into a string with, say, format, you need to use "~s" instead of "~a" in the format string (so that you write the value instead of displaying it).
See http://list.cs.brown.edu/pipermail/plt-scheme/2005-March/008262.html for a relevant discussion thread.
-- DanielSilva - 23 Mar 2005