Ejemplo n.º 1
0
 public T Load <T>(string path)
 {
     return(BinaryAdapter.Deserialize <T>(FileAdapter.ReadAllBytes(_defaultPath + path)));
 }