예제 #1
0
 public static byte[] Serialize <T>(T input) where T : new()
 {
     return(Utf8.Serialize <T>(input));
 }