Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- From: "hiwa" <HGA03630@xxxxxxxxxxx>
- Date: 29 Oct 2006 14:37:17 -0800
Tor Iver Wilhelmsen wrote:
"hiwa" <HGA03630@xxxxxxxxxxx> writes:Really? Well it must be back-ported into the latest release of 1.5.
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.
Good news!
.
- References:
- Getting an ArrayList back from ObjectInputStream (JDK1.5)
- From: Liz
- Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- From: hiwa
- Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- From: Tor Iver Wilhelmsen
- Getting an ArrayList back from ObjectInputStream (JDK1.5)
- Prev by Date: Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- Next by Date: creating a repeating section
- Previous by thread: Re: Getting an ArrayList back from ObjectInputStream (JDK1.5)
- Next by thread: CV's
- Index(es):
Relevant Pages
|