Nuclex.Cloning
1.0.0
This is a C# based .NET 4 library that is used to deep clone objects, whether they are serializable or not.
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.
Install-Package Nuclex.Cloning -Version 1.0.0
dotnet add package Nuclex.Cloning --version 1.0.0
<PackageReference Include="Nuclex.Cloning" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nuclex.Cloning --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Nuclex.Cloning:
Repository | Stars |
---|---|
force-net/DeepCloner
Fast object cloner for .NET
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 73,149 | 12/4/2013 |