Showing posts with label Serialization. Show all posts
Showing posts with label Serialization. Show all posts

Serialization in Java

Serialization is a important topic in Java where we will use to Serialize the Object into a file or database or even in memory buffer and can transmitted across the network. Serialized Object can...