Serialization Compatibility
Ensure data serialization compatibility across engines
Risk Level
MEDIUM
Core Rules
- Validate serialization
- test round-trips
- ensure compatibility
Response Pattern
When Using This Skill
- Design serialization
- test formats
- validate compatibility
- Ensure performance meets requirements
Usage Contexts
- Data exchange
- format compatibility
What NOT to Do
- Data corruption
- format conflicts
- deserialization failures
Key Requirements
- Understand the use cases before application
- Follow the documented response pattern
- Validate results in the target environment
- Monitor for performance impact
Further Learning
Review related skills and documentation for deeper understanding of related systems and best practices.