[C#]利用Socket送傳class or struct序列化資料

一般利用Sockert都傳送文字字串.
那如果要傳送class or struct的資料怎麼辦呢.
重點就是先將class or struct序列化.

一般利用Sockert都傳送文字字串.

那如果要傳送class or struct的資料怎麼辦呢.

重點就是先將class or struct序列化.

直接看範例吧.

共用Class or Struct

person.cs

Client端,要using共用的dll

Form1.cs


Server端,要using共用的dll

Form1.cs


執行結果:

參考網址:

http://www.blueshop.com.tw/board/show.asp?subcde=BRD20090402141557OY6&fumcde=FUM20050124192253INM
http://topic.csdn.net/t/20031128/10/2504360.html
http://hi.baidu.com/ysdonet/blog/item/2915d2f4ebb2b56bddc47418.html