Answer Posted / rithi
In computer science, in the context of data storage and
transmission, serialization is the process of converting a
data structure or object into a sequence of bits so that it
can be stored in a file or memory buffer, or transmitted
across a network connection link to be "resurrected" later
in the same or another computer environment. When the
resulting series of bits is reread according to the
serialization format, it can be used to create a
semantically identical clone of the original object. For
many complex objects, such as those that make extensive use
of references, this process is not straightforward.
This process of serializing an object is also called
deflating or marshalling an object. The opposite operation,
extracting a data structure from a series of bytes, is
deserialization (which is also called inflating or
unmarshalling).
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is lambda used for?
What is the difference between java se and java ee?
How do I install java re?
In an htm form i have a button which makes us to open another page in 15sec.how will you do that?
Is jdk an ide?
How do you create a jar file?
What if I write static public void instead of public static void?
Is java a framework?
Why is lambda expression used?
How can I write a program that takes command line input?
What is the use of rs next () in java?
How do I install jdk?
What is cache in java?
What is jpa used for?
Do I really have to type in the programs in the book to try them out?