How many methods do u implement if implement the Serializable Interface?
No any method is required to implement.
Here is the declaration of Serializable Interface.
public abstract interface java.io.Serializable {
}
No any method is required to implement.
Here is the declaration of Serializable Interface.
public abstract interface java.io.Serializable {
}
Recent Comments