示例#1
0
 public static string SerializeProto(this object o)
 {
     return(ObjectSerialization.Serialize(o));
 }