Example #1
0
 public static Turn Deserialize(byte[] barray)
 {
     return(Cmn.DeserializeTurn(barray));
 }