I want to serialize the Arraylist of type ArrayList<Class>
and the class contains two Arraylist of primitive type
public class Keyword {
private long id;
private long wid;
private String name;
private ArrayList<Integer> rank;
private int month;
private float avg;
private ArrayList<String> date;
... and so on
}
How can i do that?
Lots of thanks in advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…