Send an object in the network

  • Thread starter Thread starter Ricardo Luceac
  • Start date Start date
R

Ricardo Luceac

Hi...

I'm new to c# network programing, and I only find a way to send plain
text over the network, but I need to send an object...


Does someone know how do I send this object???


[]s...
 
Ricardo Luceac said:
Hi...

I'm new to c# network programing, and I only find a way to send plain
text over the network, but I need to send an object...


Does someone know how do I send this object???


[]s...

You should investigate XML. See

System.Xml.Serialization namespace

in the Visual Studio help.
 
Thx...





Peter van der Goes said:
Ricardo Luceac said:
Hi...

I'm new to c# network programing, and I only find a way to send plain
text over the network, but I need to send an object...


Does someone know how do I send this object???


[]s...

You should investigate XML. See

System.Xml.Serialization namespace

in the Visual Studio help.
 
Back
Top