Exemple #1
0
 public void FromJson(Type type, JObject jObject)
 {
     JsonObjectWriter.WriteListObject(type, jObject, this);
 }