From: Mike R. <mik...@us...> - 2004-08-03 10:40:48
|
Update of /cvsroot/netreflector/NetReflector/src/NetReflector/attributes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24202/src/NetReflector/attributes Modified Files: ReflectorPropertyAttribute.cs Log Message: NetReflector now ignores any members that are complex types, but not implemented using a Reflector Type (See XmlMemberSerialiserTest.ShouldIgnoreAnyMembersWithInstanceTypesThatAreNotSetToANetReflectorType) Index: ReflectorPropertyAttribute.cs =================================================================== RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector/attributes/ReflectorPropertyAttribute.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ReflectorPropertyAttribute.cs 6 Jul 2004 05:13:23 -0000 1.4 --- ReflectorPropertyAttribute.cs 3 Aug 2004 10:40:40 -0000 1.5 *************** *** 1,5 **** using System; using System.Reflection; - using System.Xml; namespace Exortech.NetReflector --- 1,4 ---- |