PUB ID

Friday, 5 February 2016

what is Serialization?

The Process Of Sending An Object Data Across the Network is called as Serializaton.

But Strictly speaking it is the process of converting an object from java support from to stream supported form (or) stream of bytes.

To serialize any object the class must be implements Serializable interface.

Serializable interface is present in java.io.package.

 

No comments:

Post a Comment