소개
The Serialization Patterns skill provides comprehensive guidance for transforming internal database models into clean, external-facing API responses. It helps developers maintain a strict separation between internal logic and public data structures, ensuring sensitive information is protected, data is normalized, and responses follow industry standards like JSON:API or paginated formats. This is essential for building scalable, secure, and well-documented backends in TypeScript and Node.js environments by providing patterns for class-based serializers, conditional field rendering, and deep sanitization.