sending objects over sockets?

From: Don (donalmurtagh_at_yahoo.co.uk)
Date: 10/25/03


Date: 25 Oct 2003 13:03:06 -0700

Greetings,

Does anybody know whether it's possible to send object's over a
MulticastSocket(UDP)?

I know it's possible to send a serializable object over a TCP socket,
which can be read via readObject(ObjectInputStream s), and must then
be explicitly cast to the appropriate type. Is it possible to do
something similar with a UDP MulticastSocket? If so, how do you
send/receive the object?

Thanks in advance,

Don