Exemplo n.º 1
0
 static public void Serialize(Stream s)
 {
     using (StreamWriter sw = new StreamWriter(s))
     {
         LessCont Cont = new LessCont();
         Cont.Create();
         xmlSerializer.Serialize(sw, Cont);
     }
 }