Exemplo n.º 1
0
 public static bool Deserialize(string xml, out CE_RegisteringAuthorityType obj)
 {
     System.Exception exception = null;
     return(Deserialize(xml, out obj, out exception));
 }
Exemplo n.º 2
0
 public static bool LoadFromFile(string fileName, out CE_RegisteringAuthorityType obj)
 {
     System.Exception exception = null;
     return(LoadFromFile(fileName, out obj, out exception));
 }