2 posts tagged

Serialization

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
From C# objects to CSV With System.Text.Json

From C# objects to CSV With System.Text.Json

In this article, I discuss the process of binding data from a request to the PageModel. Model binding in ASP.NET...

in