Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- From: Tor Iver Wilhelmsen <jadedgamer@xxxxxxxxxxx>
- Date: 29 Oct 2006 21:18:35 +0100
"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.
.
- Follow-Ups:
- References:
- Prev by Date: CV's
- Next by Date: Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- Previous by thread: Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- Next by thread: Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- Index(es):