Esempio n. 1
0
 public static byte DeserializeSystemByte(JSONObject jsonObject, string name)
 {
     return jsonObject.GetByte(name);
 }