- In medium and large scale application like websites credit/debit card process application, banking application and etc., it is recommended to use database software persistence store as serialization and deserialization. In java based desktop application programmers prefer working serialization and deserialization concepts to perform persistence operation. The process of capturing object data – writing the data to a file is called serialization.
The process of constructing new object in java by using data of the file is called deserialization
No comments:
Post a Comment