The Java ObjectOutputStream serialization class from the Java standard library.
ObjectOutputStream is a class from the Java standard library that can be used to serialize and write objects previously that can later be read and deserialized by an ObjectInputStream instance.