示例#1
0
 public static VendorInfo ReceiveVendorInfo(Socket Sock)
 {
     return((VendorInfo)ProtoBufSerialization.ObjectDeserializing(ReceiveData(Sock), ProtoBufSerialization.ObjectType.VendorObject));
 }
示例#2
0
 public static OrderInfo ReceiveOrderInfo(Socket Sock)
 {
     return((OrderInfo)ProtoBufSerialization.ObjectDeserializing(ReceiveData(Sock), ProtoBufSerialization.ObjectType.OrderObject));
 }