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