What is the difference between serialization and
deserialization?
Answers were Sorted based on User's Feedback
Answer / arpitsen
Serialization and Deserialization are complementing to each
other.
Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
serialization is the process of saving the object state into
output stream.
Deserialization is the process of getting the object state
from output stream.
| Is This Answer Correct ? | 9 Yes | 8 No |
Answer / java pro
serialization is a serial and ization which together means
that no serial without ization.
| Is This Answer Correct ? | 1 Yes | 5 No |
What is set and get methods in java?
What is complexity and its types?
Differences between traditional programming language and object oriented programming language?
Can we have any other return type than void for main method?
What is regex java?
What is the use of anonymous inner classes ?
Is a string literal?
What is stringwriter?
Can one thread block the other thread?
How will you reverse a singly-link list?
0 Answers Akamai Technologies,
What is lazy programming?
What is method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,