home/categories/architecture-patterns/aaronontheweb-dotnet-skills-skills-serialization-skill-md
architecture-patternsdevelopment

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
maintainer
Aaronontheweb
Mis à jour 2/5/2026
Étoiles
761
Forks
72
quick start

Installation and usage

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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use serialization