Why we need to serialize the object
Answer Posted / ragunath
Serialization is the process of saving the state of an object by converting it to a stream of bytes.the main purpose of serialize the object is to save the state of an object in order to have the ability to recreate the same object when required.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is an accessor?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is api data?
What is string subsequence method?
What is tree in java?
What is the purpose of default constructor?
How to sort array of 0 and 1 in java?
What is mnemonic in assembly language?
What is == and === in javascript?
What is array list in java?
What are peerless components in java programming?
Difference between association, composition and aggregation?
Why vector class is used?
Is it possible for a yielded thread to get chance for its execution again?
How big is a 64 bit float?