|
-
September 28th, 1999, 12:40 PM
#1
Object Serialization
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
-
September 28th, 1999, 05:55 PM
#2
Re: Object Serialization
I figured it out...
You don't need to answer it now.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|