コード例 #1
0
ファイル: IContract.cs プロジェクト: puxu1989/PXLib
 public byte[] ToStream()
 {
     return SerializeHelper.BinarySerializeObject(this);
 }