Added a cloner that uses a binary serializer to clone objects; converted unit tests for reflection cloner into a shared base class so they can be applied to the serialization-based cloner as well
git-svn-id: file:///srv/devel/repo-conversion/nusu@227 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
7e61e27050
commit
961f56157e
8 changed files with 917 additions and 437 deletions
|
@ -60,6 +60,7 @@
|
|||
<Compile Include="Source\AffineThreadPool.Test.cs">
|
||||
<DependentUpon>AffineThreadPool.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Cloning\CloneFactoryTest.cs" />
|
||||
<Compile Include="Source\Cloning\CloningParameters.cs" />
|
||||
<Compile Include="Source\Cloning\ExpressionTreeCloner.cs" />
|
||||
<Compile Include="Source\Cloning\IStateCopier.cs" />
|
||||
|
@ -68,6 +69,10 @@
|
|||
<DependentUpon>ReflectionCloner.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Cloning\ICloneFactory.cs" />
|
||||
<Compile Include="Source\Cloning\SerializationCloner.cs" />
|
||||
<Compile Include="Source\Cloning\SerializationCloner.Test.cs">
|
||||
<DependentUpon>SerializationCloner.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\Deque.cs" />
|
||||
<Compile Include="Source\Collections\Deque.Insertion.cs">
|
||||
<DependentUpon>Deque.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue