Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)



"hiwa" <HGA03630@xxxxxxxxxxx> writes:

For generics related warning, if it is truly benign for your
application, jsut ignore it or, since Java 6, you could use
ignore warnings annotation.

@SuppressWarnings("unchecked") works fine in 1.5/5-0 as well.
.