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 net based application and its types
what is java
Which is better stringbuilder or stringbuffer?
what is object slice?
How do you add an element to a set in java?
What are Brief Access Specifiers and Types of Access Specifiers?
Why does my function print none?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
Explain about object oriented programming and its features?
Why java is considered as platform independent?
How to print nodes of a Binary tree?