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. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/aaronontheweb--dotnet-skills--serialization commit 156de86402

Frequently asked questions

npx skillmds@latest add tomevault-io/serialization-2