loom-serialization
Installation
SKILL.md
Serialization
Overview
Serialization is the process of converting data structures into a format that can be stored or transmitted and later reconstructed. This skill covers JSON best practices, binary formats like Protocol Buffers and MessagePack, schema evolution strategies, and performance considerations.
Key Concepts
JSON Serialization Best Practices
Consistent Naming Conventions: