1 post tagged

C#

Make a deep copy of a C# object instance with JSON serialization

Make a deep copy of a C# object instance with JSON serialization

In this post, I demonstrate reference types and how to make a deep copy of a reference type using JSON serialization.

in