walid mousbah

walid mousbah

  • NA
  • 10
  • 11.8k

storing result into byte[]

Jun 25 2015 3:04 AM
How to store the result into a byte[] with this declaration:
private static T Get<T>(string resource, out string jsonResponse) where T : class
Thanks