Thursday, 16 February 2012

What is Serialization and deserialization in JAVA Programming? | Java JDBC


Serialization is the process of writing the state of an object to a byte stream.
Deserialization is the process of restoring these objects.

No comments: