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