Data serialization, deserialization, and format conversion. Use when working with data formats.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill serialize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Serialize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-serialize)More formats (shields.io, HTML) on the badges page.
---
name: serialize
description: Data serialization, deserialization, and format conversion. Use when working with data formats.
---
## serialize
Handle serialization correctly.
### Formats
- JSON: universal, readable
- Protocol Buffers: compact, typed
- MessagePack: compact binary
- Avro: schema evolution
- XML: legacy systems
### Best practices
- Validate on deserialization
- Handle versioning
- Watch for large payloads
- Secure deserialization
- ISO 8601 for dates
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!