Exemple #1
0
        public static bool Serializar(Mascota m)
        {
            m.Serealizador();

            return(true);
        }