What is serialization and de-serialization ?

Answers were Sorted based on User's Feedback



What is serialization and de-serialization ?..

Answer / dipen jadav

Serialization is the process of writing the state of an
object to byte stream.

De-serialization is the process of restoring these objects.

Is This Answer Correct ?    2 Yes 0 No

What is serialization and de-serialization ?..

Answer / devarathnam c,kotagudibanda(po

Hi...
Serialization: It is the process of storing the object
state into permanent device like harddisc,external file
system.

De-serialization:It is the process of getting the object
state, just reverse of the serialization.

Is This Answer Correct ?    1 Yes 0 No

What is serialization and de-serialization ?..

Answer / somu

treat the methods as an objects-seralization
viceversa-deserialization

Is This Answer Correct ?    0 Yes 0 No

What is serialization and de-serialization ?..

Answer / kranti kumar

Seriliazation : Writing the state of an object to the stream.
DeSeriliazation : Reading the state into an object from the stream

Is This Answer Correct ?    0 Yes 0 No

What is serialization and de-serialization ?..

Answer / hrindows@gmail.com

Serialization is the process of converting the state of an object into a form (a stream of bytes) to be persisted or transported. Deserialization converts a stream into an object and is the opposite of serialization. These processes allow data to be stored and transferred.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is the priority of Garbage collector thread?

3 Answers  


what is a non-repeatable read?

0 Answers  


Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


What is a task?s priority?

1 Answers  


types of exceptions

1 Answers  






What is diffennce between AWT & SWING?

4 Answers  


What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


Do I have to use jsps with my application?

0 Answers  


Explain how will the struts know which action class to call when you submit a form?

0 Answers  


Does Java pass arguments by value or reference?

5 Answers   HeadStrong,


diff between jsp include directive and jsp action include?

2 Answers   SolutionNET,


What classes of exceptions may be caught by a catch clause?

0 Answers  


Categories