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 entitymanager in java?
What are the risks in java security? : java security
What is java bean class?
Which is more secure: java or activex? : java security
What is meant by annotation in java?
Describe life cycle of thread?
In hibernate what is the difference between the Session and SessionFactory?
How do I start netbeans?
I am trying to create a new universal user group. Why can't i? : java security
What is meant by annotations in java?
What is flatmap java?
How can I swap two variables without using a third variable?
What is explicit casting?
How do javabeans work?
What is lambda expressions action func and predicate?