Nuclex.Support/Source/Cloning
Markus Ewald 62d0c6611c Expression tree cloner now transfers the fields of structures (of any nesting level)
git-svn-id: file:///srv/devel/repo-conversion/nusu@234 d2e56fa2-650e-0410-a79f-9358c0239efd
2012-02-06 08:43:23 +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 now transfers the fields of structures (of any nesting level) 2012-02-06 08:43:23 +00:00
ExpressionTreeCloner.Test.cs Expression tree cloner now transfers the fields of structures (of any nesting level) 2012-02-06 08:43:23 +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