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

When a thread blocks on i/o?

0 Answers  


whats is mean by jndi

4 Answers   SolutionNET,


What are transaction attributes?

0 Answers  


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,


Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  






what do u mean by java bean??

2 Answers   ADP,


How many layers are there in RMI and what are they?

1 Answers  


What are the implicit objects?

2 Answers   HCL,


how do you Handle Front End Application data against DB with example?

0 Answers   Campus Interaction, HCL,


What is codebase in applet?

2 Answers  


Where can I find seam examples and documentation?

0 Answers  


What are the design considerations while making a choice between using interface and abstract class?

0 Answers  


Categories