java.io
Interface Serializable


public interface Serializable

Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface.