Esempio n. 1
0
 public static T Read <T>(this ITextSerializer serializer, string data)
 => (T)serializer.Read(data, typeof(T)) !;