filmov
tv
what is json serialization and deserialization in c# | Serialization in C# | Deserialization in c#

Показать описание
In this video, we will learn about json serialization and deserialization in c# using Newtonsoft library
Serialization is the process of converting.NET objects like strings to JSON format, whereas deserialization is the process of converting JSON data back to.NET objects.
Serialization in c#: to JSON String
using JsonConvert.SerializeObject() - convert .net object to json string
Deserialization in c#
using JsonConvert.DeserializeObject() - convert json string to .net object
#programming #developer #json #serialize #newtonsoft #serialization
Serialization is the process of converting.NET objects like strings to JSON format, whereas deserialization is the process of converting JSON data back to.NET objects.
Serialization in c#: to JSON String
using JsonConvert.SerializeObject() - convert .net object to json string
Deserialization in c#
using JsonConvert.DeserializeObject() - convert json string to .net object
#programming #developer #json #serialize #newtonsoft #serialization