Click to See Complete Forum and Search --> : Object Serialization


DHunter21
September 28th, 1999, 12:40 PM
Hi there...

I'm attempting to send an Object down through a Socket using ObjectInputStream and ObjectOutputStream. The object seems to get to the other side alright, but I get a NullPointerException or a EOFIoException on the client side after I sent it from the server. Does this ring a bell with any one?

Do I have to open a ObjectInputStream, send data, and close the stream every single time? Can I keep the streams open continuously ??

Thanks in advance

Dustin

DHunter21
September 28th, 1999, 05:55 PM
I figured it out...

You don't need to answer it now.

Thanks