Esempio n. 1
0
 public static List <SchemaInfoTuple> LoadSchemaInfos(String path)
 {
     return(BinarySerializer.DeserializeFromFile <List <SchemaInfoTuple> >(path));
 }
Esempio n. 2
0
 public static void SaveSchemaInfos(String path, List <SchemaInfoTuple> schemaInfos)
 {
     BinarySerializer.SerializeToFile(path, schemaInfos);
 }