1import java.io.Serializable;
2
3
4public class Test implements Serializable {
5
6}
7