Skip to content

FastDeepCloner, This is a C# based .NET cross platform 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.

License

Notifications You must be signed in to change notification settings

urbrioche/FastDeepCloner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastDeepCloner is very fast portable library, This is a C# based .NET cross platform 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.

Add Attribute [FastDeepClonerIgnore] to ignore cloning a property

Platform support

  • .NETCoreApp 2.0
  • .NETFramework 4.5.1
  • .NETStandard 1.3
  • .NETStandard 2.0

Code Example

About

FastDeepCloner, This is a C# based .NET cross platform 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • Smalltalk 0.9%