What is the serialization?

The serialization is a kind of mechanism that makes a class or a bean persistence by having its properties or fields and state information saved and restored to and from storage.

Showing Answers 1 - 1 of 1 Answers

the process of capturing the state of the object and sending it to a physical diskfile is called serialization

eitther phisical diskfile or flatfile or database.

this can be done by implementing the serializable interface,and using object o/p and file o/p streams.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions