Skip to main content

One doc tagged with "serialization"

View All Tags

Serialization and Deserialization in Java

In this tutorial, you will learn about serialization and deserialization in Java. We will learn how to serialize and deserialize objects in Java using the `Serializable` interface and the `ObjectInputStream` and `ObjectOutputStream` classes.