Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3629567396a14500c9f60fa8f9f728b594940ae9 (plain) (blame)
1
2
3
4
package java.io;

public interface Serializable {
}

Back to the top