Thanks for looking.
I cannot seem to restore a HashMap that I have saved to a file via a ObjectOutputStream.
When the map is restored, only the first key/value pair are there.
Any help is appreciated.
TIA,
Tim
Printable View
Thanks for looking.
I cannot seem to restore a HashMap that I have saved to a file via a ObjectOutputStream.
When the map is restored, only the first key/value pair are there.
Any help is appreciated.
TIA,
Tim
How do you know there was more than one key/value pair when you wrote it
out?
PC2
"Tim Cornwell" <TCornwell@Knovel.com> wrote in message
news:3cbcec96@10.1.10.29...
> Thanks for looking.
>
> I cannot seem to restore a HashMap that I have saved to a file via a
ObjectOutputStream.
> When the map is restored, only the first key/value pair are there.
>
> Any help is appreciated.
>
> TIA,
> Tim
>
>
Thanks for responding Paul.
Pilot error. My own dumb code was at fault.
T
"Paul Clapham" <pclapham@core-mark.com> wrote in message
news:3cbd8955$2@10.1.10.29...
> How do you know there was more than one key/value pair when you wrote it
> out?
>
> PC2
>
> "Tim Cornwell" <TCornwell@Knovel.com> wrote in message
> news:3cbcec96@10.1.10.29...
> > Thanks for looking.
> >
> > I cannot seem to restore a HashMap that I have saved to a file via a
> ObjectOutputStream.
> > When the map is restored, only the first key/value pair are there.
> >
> > Any help is appreciated.
> >
> > TIA,
> > Tim
> >
> >
>
>