Skip to content

Matt90hz/Cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloner

Why was this project built?

I often use the method contained in this library when I need to clone object. I thought it was time to create a NuGet out of this.

What does the project do?

It simply serializes the object into JSON and then deserializes it into a new object.

How to use the project?

Just call the Clone method on the object you want to clone. You can use the option builder to manage the setting of the serializer.

The package uses the beautiful Newtonsoft.Json serializer.

Example

var clone = myObject.Clone();

About

Utility to clone objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages