Esempio n. 1
0
 public static T FromXml <T>(this string json)
 {
     return(WrappedXmlSerializer.DeserializeFromString <T>(json));
 }