Send a Class Object by Socket

Hugo Martires hugomartires at hotmail.com
Mon Jan 7 13:50:19 EST 2002


Python 1.5.2
Linux
Socket Stream

I wan't to send an object of my class vector() to a client socket.
When the client receive the object, i wan't to treat it with all the
class functions of that object. (They exist on the remote computer)

My problem is:
	When the object reach the client, how can the client recognize it
like an object of the class vector ?

Tanks for help...



More information about the Python-list mailing list