> system useful (i.e. numbers, strings). How can one tell what build-in > classes can be part of a persistent object? And what about structures? How to tell? Read the documentation ;) Structures can't be stored. However, there is a protocol to extend what can be stored, similiar to the CLOS "save-object" method. -kelly