Serialization

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generators for JSON scenarios.

aaronontheweb 246fe35 10.9 KB Updated

File contents

Aaronontheweb/dotnet-skills commit 246fe3580f

Frequently asked questions

npx skillmds@latest add aaronontheweb/serialization