Example #1
0
 private T Deserialize <T>(string json)
     where T : class, new()
 {
     return(_parser.Deserialize <GGMessage <T> >(json)?.Data);
 }