|
Serialize an Object over a socket |
|
|
From the client side, you open a Socket and then:
oos = new ObjectOutputStream(socket.getOutputStream());
oos.writeObject(someObject);
On the server side, you use the ObjectInputStream.readObject method.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.