lezione2.serializzazione.client
Class ReceiveObject

java.lang.Object
  extended by lezione2.serializzazione.client.ReceiveObject

public class ReceiveObject
extends java.lang.Object

Si connette al server, riceve una stringa, un oggetto Studente, una seconda stringa, e termina.

Author:
Raffaele Giordanelli

Constructor Summary
ReceiveObject()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiveObject

public ReceiveObject()
Method Detail

main

public static void main(java.lang.String[] args)