cyberasylum.janithw.com
Object Serialization over Networks in Java
When building a client – server based application, we need to send objects between the client and the server applications. And java provides two great mechanisms to achieve this: Object Serializati...