-->
Whenever we use ordinary file writing like "n" number of values of an object, we need to perform, "n " number of operations which leads to poor performance.
To overcome this issue, we need to transfer all data at a time, which improves the performance. We must implement serialization to achieve this.
It is an ability to save the state of the entire object at a time into the file is known as Serialization.
Whenever we use ordinary file writing like "n" number of values of an object, we need to perform, "n " number of operations which leads to poor performance.
To overcome this issue, we need to transfer all data at a time, which improves the performance. We must implement serialization to achieve this.
0 coment�rios:
Post a Comment