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