Info
Version: | 1.0.0 |
Author(s): | junwei.lee |
Last Update: | Wednesday, December 4, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/junweilee/Nuclex.Cloning/ |
NuGet Url: | https://www.nuget.org/packages/Nuclex.Cloning |
Install
Install-Package Nuclex.Cloning
dotnet add package Nuclex.Cloning
paket add Nuclex.Cloning
Nuclex.Cloning Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It intends to be much faster than the normal binary serialization method of deep cloning objects.
This is basically just slightly tidied up code from http://blog.nuclex-games.com/mono-dotnet/fast-deep-cloning/
This library can be used staticly or injected using the ICloneFactory interface.