Serializable Objects

  • Thread starter Thread starter Shail
  • Start date Start date
S

Shail

I want to store the value of objects in View Statr but it
gives exception that object is not Serializable, I added
serializable attribute before the class it didn't work.
What must be done?
Secondly I want to store the objects value in database,
How can it be done?

Thanks.
 
Back
Top