Esempio n. 1
0
 public static string ToXml <T>(this T obj)
 {
     return(WrappedXmlSerializer.SerializeToString(obj, false));
 }