What is serialization and de-serialization ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / somu
treat the methods as an objects-seralization
viceversa-deserialization
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
How substring() method of string class create memory leaks?
What is Introspection?
i want documentation of text file splitter & merger of advanced java
What is RPC?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
How can I avoid validating a form before data is entered?
How many JSP scripting elements and what are they?
What is the infobus?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
what is handle?
Difference between sleep and suspend?
Why threads will block on I/O?