> but i'm blocked my javacode And what is your problem/question ?
-- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be ----- Original Message ----- From: "Barhouf" <[EMAIL PROTECTED]> To: "Borland's Delphi Discussion List" <[email protected]> Sent: Tuesday, May 10, 2005 9:28 PM Subject: socket > hi > i've found a way to send object(serializable) with > socket > with java and know i'm seeking for a way to receive > this object with delphi but i'm blocked > my javacode: > > Socket s = new Socket("localhost",2002); > OutputStream os = s.getOutputStream(); > ObjectOutputStream oos = new ObjectOutputStream(os); > testobject to = new testobject(1,"object from > client"); > oos.writeObject(to); > > thanx > > > > > > > __________________________________________________________________ > D�couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails > ! > Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ > > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

