Using JSON IN C#! Serialization & Deserialization made easy!

Описание к видео Using JSON IN C#! Serialization & Deserialization made easy!

🔥 Learn how to Serialize and Deserialize JSON in C# with this short video!

🚀 C# Progress Academy - Become a senior C# developer: https://academy.tutorials.eu/p/csharp...

📚 Or do you like to learn through BOOKS more? We got you covered!
http://mng.bz/M5an

We'll make sure to turn you into a true developer in no time!

TIMESTAMPS
00:00 Intro
00:19 Presentation of the project
01:15 Serialization in JSON
04:12 This one is for you
04:47 Additional serialization options
09:50 Deserialization in JSON
14:24 Thanks for watching!

USING JSON IN C#! Serialization & Deserialization made easy!

So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.

And what is JSON?
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

What is JSON serialization and deserialization?
The System.Text.Json namespace provides functionality for serializing to and deserializing from JavaScript Object Notation (JSON). Serialization is the process of converting the state of an object, that is, the values of its properties, into a form that can be stored or transmitted. The serialized form doesn't include any information about an object's associated methods. Deserialization reconstructs an object from the serialized form.
The System.Text.Json library design emphasizes high performance and low memory allocation over an extensive feature set. Built-in UTF-8 support optimizes the process of reading and writing JSON text encoded as UTF-8, which is the most prevalent encoding for data on the web and files on disk.

To learn more, make sure to watch the video, and we promise you that you'll become a C# developer by the end of the course! Have fun!

#csharp #coding #tutorial #learn #microsoft #net #json #serialization #deserialization

TAGS
Tutorials,Tutorial,Programming,Course,Learn,Step by step,guide,development,programmer,video course,video tutorial,learn how to,how to,c#,.net,.net core,dotnet,core,code,asp,asp net,c sharp,coding,csharp,asp.net core,asp.net,programming,json,deserialization,c# serialization and deserialization,serialization,c# binary formatter,deserialize json,serialization and deserialization in c#,c# json serialization and deserialization,json deserialization,json c# tutorial

tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Stay tuned and subscribe to tutorialsEU: https://goo.gl/rBFh3x

C#:    / @tutorialseuc  
Facebook:   / tutorialseu-109380204093233  
LinkedIn:   / tutorialseu  
Discord:   / discord  

Комментарии

Информация по комментариям в разработке