what is meant by serialization?

Answer Posted / ranganathkini

Serialization is the process of translating a state of an
object into a stream of bytes.

The process of reconstructing an object from a stream of
bytes that represent its serialized state is called
de-serialization.

Serialization is mostly used when the state of objects have
to be written to persistent storage for later retrieval or
for transfer over a network.

Is This Answer Correct ?    60 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a 16 bit word?

573


What is sortedset in java?

585


What does || mean in code?

549


What is the difference between final, finally and finalize() in java?

529


How many types of flags are there?

530






When should the method invokelater() be used?

592


What does provide mean construction?

562


Explain about fail safe iterators in java?

572


Explain when classnotfoundexception will be raised ?

571


What is the differences between heap and stack memory in java? Explain

541


What is the final access modifier in java?

621


Can we declare a class as static?

600


How do you reverse sort in java?

513


What are the advantages of exception handling in java?

654


Name few java util classes introduced with java 8 ?

516