• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

About Serialization..?

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI.,

I have couple of question on serialzation,please update me.

1.What is serialisation..?

2.I am writing one form bean by implementing serilization.what it is typically doing..?how it is writing the state of the obj into hard disk..?

3.what is Externalisation..? how it is controlling the serialization..?

KIM
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers
For the first question the answer is as follows
The serialization is a mechanism to persist the object in the memory. It is an interface although it can not have any methods to override. A background process will continue...
For the second question; i am not aware of that
I am not aware of the third...
If any............
 
reply
    Bookmark Topic Watch Topic
  • New Topic