What is meant by serialisation and deserialisation?
Answers were Sorted based on User's Feedback
Answer / niranjanravi
Serialisation is the process of taking up an object and
converting it to a format which it can be transported
across a network or persisted to a storage location.The
storage location is as simple as using a file or a
database.the serialised file format contains the object's
state information.De-Serialisation is the process of re-
constructing the object from serialised state back to it's
original state.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
serialization is a process of saving the object into an
outputstream
deserializaton is a process of retrieving the object from
the outputstream
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijayakumar chinnasamy
Serialization : means storing the object into persistenece
storage like seconday memory ,files.
Deserialization : means restoring the persistent object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / veerababu
It's process of coverting object data into respective byte
content is called serialization....Deserialiation is
process of converting byte content into object form
| Is This Answer Correct ? | 1 Yes | 1 No |
What is an enumeration?
Difference between overloading and overridding?
What are the restriction imposed on a static method or a static block of code?
what is difference between Exception and Error?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
Explain the significance of class loaders in bootstrap?
How to prevent to create multiple objects of a java class?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Which are different kinds of source code?
What is string in java? String is a data type?
How we can declare a static variable?