Close
jGuru Forums
Posted By: Aditya_Athalye Posted On: Thursday, July 8, 2004 09:06 PM
Hi All, I am using HashMap for return type of certain methods in EJB.But I realize that I can achive the same using simple Strings/StringBuffer also. I need to know the performance impact of using HashMap for serialization.I mean which would be better for performance : Sending a String or sending a HashMap from the EJB to the web tier ?
Re: Serialization of HashMap
Posted By: Srikanth_B Posted On: Monday, September 20, 2004 12:07 AM