예제 #1
0
파일: IContract.cs 프로젝트: puxu1989/PXLib
 public byte[] ToStream()
 {
     return SerializeHelper.BinarySerializeObject(this);
 }