View Single Post
  #3 (permalink)  
Old 11-08-2007, 11:00 AM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
Ok thanks. What I understood is that if we have an Array of a type A (where A can be Integer, String etc), and A implements Serializable, then it can also be serialized.

I will try this.
Reply With Quote