sockets and objects

if I created object on server could I send it to client trought sockets?
Point beeing I know get up the link and all that and send strings but what about class that I would create my self?
Can some one say no or point me in right direction ;)
icy
[274 byte] By [IceSoft] at [2007-11-18 21:57:21]
# 1 Re: sockets and objects
You can if you know how to send byte arrays.
Boumxyz2 at 2007-11-10 3:20:35 >
# 2 Re: sockets and objects
You know about example. Looks like I am brain stoped atim :)

icy
IceSoft at 2007-11-10 3:21:35 >
# 3 Re: sockets and objects
Cant I just serialize my object and send it as stream?
IceSoft at 2007-11-10 3:22:45 >
# 4 Re: sockets and objects
yeep I can and it is way too easy :) :p
IceSoft at 2007-11-10 3:23:47 >