Exemple #1
0
 public static void Write(Stream stream, Type type)
 {
     TypeSerializer.SerializeType(stream, type);
 }