Update of /cvsroot/netreflector/NetReflector/src/NetReflector.Test/resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10450/src/NetReflector.Test/resources
Modified Files:
TestInstantiator.cs
Log Message:
NETREF-5: adding support for customisable serialisation. attributes use DefaultSerialiserFactory by default -- however clients can override for more control over serialisation process.
Index: TestInstantiator.cs
===================================================================
RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector.Test/resources/TestInstantiator.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestInstantiator.cs 7 Mar 2005 05:46:07 -0000 1.1
--- TestInstantiator.cs 8 Sep 2005 01:07:47 -0000 1.2
***************
*** 2,6 ****
using Exortech.NetReflector.Util;
! namespace Exortech.NetReflector.Test.resources
{
public class TestInstantiator : IInstantiator
--- 2,6 ----
using Exortech.NetReflector.Util;
! namespace Exortech.NetReflector.Test.Resources
{
public class TestInstantiator : IInstantiator
***************
*** 20,22 ****
}
}
! }
--- 20,22 ----
}
}
! }
\ No newline at end of file
|