|
-
Dec 9th, 2002, 05:49 AM
#1
Thread Starter
Lively Member
Passing Objects through Sockets
Does anyone have any code that will help me pass an object through a socket connection.
Kind Regards...
IJ...
-
Dec 17th, 2002, 12:17 PM
#2
Lively Member
I'm not really sure about this, but you can check out ObjectOutputStream and ObjectInputStream in the Java-API. In some way you should be able to bind this to a socket, although I'm not sure.
One other way of passing objects through a network-connection is to use RMI. Sun has a tutorial at http://java.sun.com/docs/books/tutorial/rmi/index.html
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
|