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
更新於 2/5/2026
星標
761
分支
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.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use serialization