package java.io;

/**
 * This interface is only defined for hierarchy compatibility.
 */
public interface Serializable {
}
