public static bool Deserialize(string input, out hexBinary_Stype obj)
 {
     System.Exception exception = null;
     return(Deserialize(input, out obj, out exception));
 }