Exemplo n.º 1
0
 public static void serialize(string fileName, ScrappedObject so, string filePath = null)
 {
     new JsonSerializer().Serialize(File.CreateText(Path.Combine(filePath ?? defaultFileLocation, fileName)), so);
 }
Exemplo n.º 2
0
 List <string> scrap(ScrappedObject sObject)
 {
     throw new System.NotImplementedException();
 }