示例#1
0
 public static short DeserializeSystemInt16(JSONObject jsonObject, string name)
 {
     return jsonObject.GetInt16(name);
 }