Exemple #1
0
 public static Preferences FromJSON(jl::JObject jobject)
 {
     return(js::JsonConvert.DeserializeObject <Preferences>(jobject.ToString(), new js::JsonSerializerSettings()
     {
         NullValueHandling = js::NullValueHandling.Ignore,
     }));
 }
Exemple #2
0
 public static MatchRecord FromJSON(jl::JObject jobject)
 {
     return(js::JsonConvert.DeserializeObject <MatchRecord>(jobject.ToString(), Config.JSONSerializerSetting));
 }
Exemple #3
0
 public static PlayerInfo FromJSON(jl::JObject jobject)
 {
     return(js::JsonConvert.DeserializeObject <PlayerInfo>(jobject.ToString(), Config.JSONSerializerSetting));
 }