예제 #1
0
 public static async Task DeserializeToAsync <T>(this ITextFormatter textFormatter, Stream stream, T obj)
 {
     await textFormatter.DeserializeToAsync(stream, RWHelper.CreateWriter(obj));
 }