File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes ObjectInputStream problems Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "ObjectInputStream problems" Watch "ObjectInputStream problems" New topic
Author

ObjectInputStream problems

omar bili
Ranch Hand

Joined: Aug 13, 2004
Posts: 177
hi
i am having a problem with the ObjectInputStream.
I am trying to send a serializable object using socket
but the problem with the ObjectInputStream , the ObjectOutputStream
is working fine ,the exception is 'null' so how can i send and receive a serializable object
over a Socket.
thx for any help
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
That is a pretty useless exception report - you don't even say what code is throwing the exception. My crystal ball is in the shop for the 10000 vision checkup so I can't visualize your code.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ObjectInputStream problems
 
Similar Threads
Rmi
Reading an object from ObjectInputStream
why always "socket closed (code=0)"
error sending serialized object between client and server using sockets
Through the socket !!