Hi Srini,
It means if we cast Object what we get back from the readObject() method,
to the (Map<String,String>

, it gives warning and the code can't compile without warning.
I was also stuck to the same warning some time ago.
Isn't there any safe way to do casting? (It is my query from you!)
As Andrew says only casting to (HashMap) does compile the code without warning; seems nice, although I have not checked that... Let me check
Regards,
cmbhatt
[ April 21, 2007: Message edited by: Chandra Bhatt ]