Exemplo n.º 1
0
        public static bool Deserialize(string xml, out Miscellaneous obj)
        {
            Exception exception = null;

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

            return(LoadFromFile(fileName, out obj, out exception));
        }