コード例 #1
0
 protected override void setJSON(JObject obj, BaseClassIfc host, HashSet <int> processed)
 {
     base.setJSON(obj, host, processed);
     obj["MappingSource"] = MappingSource.getJson(this, processed);
     obj["MappingTarget"] = MappingTarget.getJson(this, processed);
 }
コード例 #2
0
 protected override void setJSON(JObject obj, BaseClassIfc host, SetJsonOptions options)
 {
     base.setJSON(obj, host, options);
     obj["MappingSource"] = MappingSource.getJson(this, options);
     obj["MappingTarget"] = MappingTarget.getJson(this, options);
 }