Agent skill · aaronontheweb
serialization
Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). U
Reference it in any coding agent with:
@skills aaronontheweb/serialization