HashTable itself is serializable. You have to make sure what you put in HashTable is serializable. Also,
you should not use the collection than is returned by values() method, because what you get is something that implements Collection, but you do not know if that is serializable. Look at page 72 of HFEJB for more details.