public class Foo implements Serializable {private transient int i; //not serialized because of transient}
No comments:
Post a Comment