Nuclex.Support/Source/Cloning
2012-02-03 12:18:37 +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 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
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 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
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 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.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