serialization

SKILLWorkflowcommunity
v0.0.0ComeOnOliverMITUpdated 1mo agoSource →

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.

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
60Repo stars
1Clients
1Formats
1mo agoLast update
Skill
AuthorComeOnOliver
Version0.0.0
LicenseMIT
CategoryWorkflow
Formatsskill.md
PromptNot published
Compatibility
Claude✓ Supported
Cursor
Copilot
ChatGPT
Gemini
About

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.

Keywords
skillclaude