Ejemplo n.º 1
0
        public static bool LoadFromFile(string fileName, out Rest obj)
        {
            Exception exception = null;

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

            return(Deserialize(xml, out obj, out exception));
        }