The following code:
public class TestInnerClass { public static void main(String[] args) throws IOException { new TestInnerClass().serializeInne
how about make TestInnerClass serializable?
public class TestInnerClass implements Serializable { }