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
Are the actual permissions for the application defined at run-time or compile-time? : java security
Can optional be null?
For each of the following program segments,give a big zero
analysis for the running time
1.For (i=0;i What is a driver in java? How common are security breaches? : java security Is java a framework? What is jar file in java? What is an api in java? Can I use openjdk for commercial? Write a class which checks whether a given number is prime
or not. Write another class to implement the behavior of
previous class and print the series of twin prime number
upto a given range. Why doesn’t the main method throw an error with no arguments? What is the use of servlet in java? What is numberformatexception in java? What is jdk for netbeans ide? Why dependency injection is used in java?