CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    San Diego
    Posts
    155

    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


  2. #2
    Join Date
    Aug 1999
    Location
    San Diego
    Posts
    155

    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
  •  





Click Here to Expand Forum to Full Width

Featured