Ejemplo n.º 1
0
 /// <summary>
 /// 序列化和反序列化克隆
 /// </summary>
 /// <returns></returns>
 public static StudentPrototype CreateInstanceSerialize()
 {
     return(SerializeHelper.DeepClone <StudentPrototype>(_studentPrototype));
 }