Nuclex.Support/Source/Cloning
2012-02-08 11:05: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 now clones nested arrays in any depth (inline since deriving from an array is not possible, so it's pretty darn fast!), only scenario left open now is arrays of reference types 2012-02-08 11:05:07 +00:00
ExpressionTreeCloner.Test.cs Half way there cloning arrays of complex types - the array copy loop is built and executed correctly 2012-02-06 11:46:21 +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