egil84
Programmer
- Oct 19, 2003
- 13
I have an array where I have loaded all the data I need, and then I'm trying to pass that information to go into an ArrayList so I serialize it. I've tried to pass an ArrayList to an ArrayList but it won't work. I have to pass the array through a method and then that mothod will serialize my ArrayList. How do i do this. Please help, I'm a begginer.