Abstract
.NET supports serialization and deserialization for JSON; XML and SOAP; and Binary data.
- Serialization — Converting types/objects to JSON.
- Deserialization — Converting JSON to types/objects.
- Documentation: https://learn.microsoft.com/en-us/dotnet/standard/serialization/