Reads serializable entries back (serialized by
Serializables.smartWrite(ObjectOutputStream,Map) ).
Parameters: map - the map to hold the data being read. If null and any datais read, a new map (HashMap) is created and returned. the map being read
Reads serializable elements back (serialized by
Serializables.smartWrite(ObjectOutputStream,Collection) )
Parameters: col - the collection to hold the data beinig read. If null andand data is read, a new collection (LinkedList) is created and returned. the collection being read