I have asked a question in : reflect a list object
I actually got my answer just want to understand why when do this I will hits illegalArgumentException : Can not set static final ArrayList SerialVersionUID to java.lang.long. But when I do one object reflect to another object no error.
List<ClassB> listB = (List<ClassB>) convert(listA, ArrayList.class);