Info
Version: | 2.2.2 |
Author(s): | Marcell Toth |
Last Update: | Friday, December 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/marcelltoth/ObjectCloner |
NuGet Url: | https://www.nuget.org/packages/ObjectCloner |
Install
Install-Package ObjectCloner
dotnet add package ObjectCloner
paket add ObjectCloner
ObjectCloner Download (Unzip the "nupkg" after downloading)
It utilizes compiled Expression Trees under the hood, making it just as fast as (or faster than) a hand-written DeepClone method.