Nuclex.Support/Source/Cloning
Markus Ewald 1307976597 Expression tree cloner is now able to clone arrays of primitive types
git-svn-id: file:///srv/devel/repo-conversion/nusu@231 d2e56fa2-650e-0410-a79f-9358c0239efd
2012-02-03 20:39:07 +00:00
..
CloneFactoryTest.cs 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 2012-02-03 12:18:37 +00:00
CloningParameters.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
ExpressionTreeCloner.cs Expression tree cloner is now able to clone arrays of primitive types 2012-02-03 20:39:07 +00:00
ExpressionTreeCloner.Test.cs Expression tree cloner is now able to clone arrays of primitive types 2012-02-03 20:39:07 +00:00
ICloneFactory.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
IStateCopier.cs Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties 2012-02-01 22:45:15 +00:00
ReflectionCloner.cs Cloners now offer their methods as static members for easy access in non-service oriented applications; began implementing the expression tree cloner 2012-02-03 14:49:31 +00:00
ReflectionCloner.Test.cs 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 2012-02-03 12:18:37 +00:00
SerializationCloner.cs Cloners now offer their methods as static members for easy access in non-service oriented applications; began implementing the expression tree cloner 2012-02-03 14:49:31 +00:00
SerializationCloner.Test.cs Cloners now offer their methods as static members for easy access in non-service oriented applications; began implementing the expression tree cloner 2012-02-03 14:49:31 +00:00