WCF入門(三)——對象序列化

對象序列化 WCF是通過網絡實現遠程方法調用的,因此參數,返回值等都需要序列化才能在網絡間傳輸。例如,對於下面的一個服務:     [ServiceContract]     public interface IService1     {         [OperationContract]         Point GetRandomPoint();     }     public cl
相關文章
相關標籤/搜索