Exemplo n.º 1
0
        public void GetSerializer2()
        {
            MyImplementation2 impl = new MyImplementation2();

            impl.TypedSerializers [typeof(int)] = new XmlSerializer(typeof(int));
            XmlSerializer ser = impl.GetSerializer(typeof(int));
        }
		public void GetSerializer2 ()
		{
			MyImplementation2 impl = new MyImplementation2 ();
			impl.TypedSerializers [typeof (int)] = new XmlSerializer (typeof (int));
			XmlSerializer ser = impl.GetSerializer (typeof (int));
		}